centos 开发环境配置

1、ssh 分屏

yum -y install tmux

2、vim7更新到vim8

rpm -Uvh http://mirror.ghettoforge.org/distributions/gf/gf-release-latest.gf.el7.noarch.rpm
rpm --import http://mirror.ghettoforge.org/distributions/gf/RPM-GPG-KEY-gf.el7
yum -y remove vim-minimal vim-common vim-enhanced sudo
yum -y --enablerepo=gf-plus install vim-enhanced sudo

3、一键配置vim

git clone https://github.com/meetbill/Vim.git
sh start_vim.sh

你可能感兴趣的:(centos)