.vimrc in vimrc.
- git clone this repo
git clone https://github.com/palmoreck/.vim.git palmoreck_vim
- cp
vimrc
into.vim
cp palmoreck_vim/vimrc ~/.vimrc
- git clone Vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- Copy colors from repo
git clone https://github.com/jnurmine/Zenburn.git
cp -r Zenburn/colors/ ~/.vim/
- Install plugins
vim +PluginInstall +qall
- Install YoucompleteMe
python3 ~/.vim/bundle/YouCompleteMe/./install.py --clang-completer #or python3.6