Install Vim plugin manager Vundel.vim:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
And theme gruvbox.
git clone https://github.com/morhetz/gruvbox.git ~/.vim/bundle/gruvbox
Then copy vimrc
to ~/.vimrc
and in terminal
vim +PluginInstall +qall
or lunch vim and type: :PluginInstall
Result:
ls -l ~/.vim/bundle/
command-t
gruvbox
nerdtree
nerdtree-git-plugin
sparkup
vim-fugitive
Vundle.vim