亲测centos7科研环境配置教程

1.5 编辑器(vim,atom)和IDE

2017-03-20  本文已影响14人  sgzzl

1.vim和终端配色 (待编辑)

http://blog.csdn.net/hotdust/article/details/53819986

傻瓜包:

#!/bin/bash

cd ~

WGET_CMD=$(type -P wget)

if [ $WGET_CMD = "" ];then

yum -y install wget

fi

wget http://leolovenet.com/downloads/code/dircolors

#or

#wget --no-check-certificate https://github.com/seebi/dircolors-solarized/raw/master/dircolors.ansi-universal

mv dircolors  ~/.dir_colors

eval `dircolors ~/.dir_colors`

cat >>  ~/.bashrc <

2.Atom

2.1 下载安装包

https://atom.io/download/rpm

2.2 安装

yum install atom.x86_64.rpm

2.3 配置(待编辑)

Atom编辑器设置Socks5代理

上一篇 下一篇

猜你喜欢

热点阅读