This is my ~/.vim dir:
Clone the repo:
git clone https://github.com/gregality/vimfiles.git ~/.vim
Make sure vim finds the vimrc file by either symlinking it:
ln -s ~/.vim/vimrc ~/.vimrc
or by sourcing it from your own ~/.vimrc:
source ~/.vim/vimrc