1.5 编辑器(vim,atom)和IDE

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代理

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容