--- /dev/null
+[submodule ".vim/bundle/vim-gnupg"]
+ path = .vim/bundle/vim-gnupg
+ url = git://github.com/jamessan/vim-gnupg
+[submodule ".vim/bundle/syntastic"]
+ path = .vim/bundle/syntastic
+ url = git://github.com/scrooloose/syntastic.git
--- /dev/null
+Dotfiles
+
+Run install.sh to load the dotfiles, the script assumes them being linked and
+replaces the link with a link to this directory.
+
+To load the vim plugins you have to clone the repo recursively:
+ git clone --recursive https://github.com/KDercksen/dotfiles.git
+
+If you forgot the recursive flag you can do:
+ git submodule init
+ git submodule update
+ git submodule foreach git submodule init
+ git submodule foreach git submodule update