My vimrc etc.
$ git clone https://github.com/mkrogh/vim.git ~/.vim
$ vim
$ git clone https://github.com/mkrogh/vim.git .config/nvim
$ nvim
Restart vim and you are good to go.
$ cd ~/.vim
$ git pull master
Then run vim and execute :PlugUpdate
8000