awesome vim setup
run:
$ ./link.sh
or to do it yourself, just link the appropriate file/folder into your home directory:
$ ln -s vim ~/.vim
$ ln -s vimrc ~/.vimrc
to initialize and update a submodule, run:
$ git submodule init
$ git submodule update