Skip to content

Instantly share code, notes, and snippets.

@fangzhzh
Created November 26, 2015 14:53
Show Gist options
  • Save fangzhzh/a802b74f2039c2b02edf to your computer and use it in GitHub Desktop.
Save fangzhzh/a802b74f2039c2b02edf to your computer and use it in GitHub Desktop.
setup vim for new environment
cd ~
git clone git@github.com:fangzhzh/.vim.git
ln -s ~/.vim/.vimrc ~/.vimrc
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
d ~/.vim/bundle/YouCompleteMe && ./install.py --clang-completer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment