From 43051d991ef6f41e43ee395ca00e6d1b79377b92 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Sat, 20 Jun 2015 10:32:52 +0200 Subject: [PATCH] added submodules and readme --- .gitmodules | 6 ++++++ .vim/bundle/syntastic | 1 + .vim/bundle/vim-gnupg | 1 + README | 13 +++++++++++++ 4 files changed, 21 insertions(+) create mode 100644 .gitmodules create mode 160000 .vim/bundle/syntastic create mode 160000 .vim/bundle/vim-gnupg create mode 100644 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 -- 2.20.1