1、安装
2、登录后开启root用户
https://www.cnblogs.com/suhfj-825/p/8611436.html
https://www.cnblogs.com/suhfj-825/p/10172075.html(is not in the sudoer file解决)
3、修改yum源
https://www.cnblogs.com/suhfj-825/p/8987750.html
4、安装vim
执行命令:yum -y install vim*
修改vi/vim的配置:vim ~/.vimrc(.virc) ==》都需要先创建这两个文件 当前用户的配置文件 set nu设置显示行号;set ts=4设置tab键为四个空格;set sw=4左右移动4格
vim /etc/vimrc 修改所有用户的配置