git clone https://github.com/kovisoft/slimv.git ~/.vim/bundle/slimv echo 'set runtimepath^=~/.vim/bundle/slimv' >> ~/.vimrc vim +'helptags ~/.vim/bundle/slimv/doc' +q
My plugin manager is Vundle, where you basically just add a line in the .vimrc with the repository name, and then run :PluginInstall. Quick and easy.