-
Get .vimrc from github
wget https://raw.githubusercontent.com/azamatsmith/my-vimrc/master/.vimrc ~/.vimrc
-
Get Vundle from github
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
-
Install vim plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
-
Add a temp directory for swap files
mkdir ~/tmp
-
Open vim
vim
-
Install Plugins
:PlugInstall
then
:VundleInstall
Enjoy!