安装oh-my-zsh
sudo yum install -y zsh |
问题解决
- 报错: Failed to connect to github.com
- 解决:
ssh -T git@github.com
- 解决:
- 报错: Failed to connect to raw.githubusercontent.com port 443: Connection refused
- 解决:
sudo yum install redis
- 解决:
安装Vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim |
配置vimrc
set nocompatible |