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