Clone to ~/.vim:
git clone git@github.com:jestin/vimconfig.git
Create a symbolic link to the vimrc file:
ln -s ~/.vim/vimrc ~/.vimrc
Initialize submodules:
git submodule init
git submodule update
Alternatively, you can enter vim and run :PlugInstall to let the Plugged module handle things.