This is just my configuration for the best editor that ever existed.
Just clone into your home and create two symbol links, for example:
.vimrc: ~ $ ln -s /home/$USER/myvimconfig/.vimrc .vimrc
.vim: ~ $ ln -s /home/$USER/myvimconfig/.vim .vim
~ $ cd /home/$USER/myvimconfig/
~ $ git submodule init
~ $ git submodule update
:D