方便我同步多台虚拟机的vimrc配置
- 操作系统: Debian/Ubuntu
- vim版本: >=8.0 with Python 2 or Python 3 support. (编译安装vim不复杂,一劳永逸)
sudo apt-get update && sudo apt-get install git ctags silversearcher-ag -y
git clone https://github.com/llinvokerl/vimrc.git
cd vimrc/ && sh install.sh
git clone https://github.com/powerline/fonts.git && cd fonts && ./install.sh && cd ../ && rm -fr fonts
iTerm2->preference->profiles->text->font 选择for Powerline结尾的字体即可
cd ~/ && rm -rf .vim .vimrc .vimrc.bundles