From: Mart Lubbers Date: Sat, 20 Jun 2015 08:32:52 +0000 (+0200) Subject: added submodules and readme X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;ds=sidebyside;h=43051d991ef6f41e43ee395ca00e6d1b79377b92;p=dotfiles.git added submodules and readme --- diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e124b88 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[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 diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic new file mode 160000 index 0000000..b609b3b --- /dev/null +++ b/.vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit b609b3bdd37724b64e35bc9e6e087e2d43345062 diff --git a/.vim/bundle/vim-gnupg b/.vim/bundle/vim-gnupg new file mode 160000 index 0000000..dd8e4ad --- /dev/null +++ b/.vim/bundle/vim-gnupg @@ -0,0 +1 @@ +Subproject commit dd8e4adb4d1c6c9fda7a1d60cbc863e260687de9 diff --git a/README b/README new file mode 100644 index 0000000..07026e7 --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +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