added submodules and readme
authorMart Lubbers <mart@martlubbers.net>
Sat, 20 Jun 2015 08:32:52 +0000 (10:32 +0200)
committerMart Lubbers <mart@martlubbers.net>
Sat, 20 Jun 2015 08:32:52 +0000 (10:32 +0200)
.gitmodules [new file with mode: 0644]
.vim/bundle/syntastic [new submodule]
.vim/bundle/vim-gnupg [new submodule]
README [new file with mode: 0644]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..e124b88
--- /dev/null
@@ -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 (submodule)
index 0000000..b609b3b
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit b609b3bdd37724b64e35bc9e6e087e2d43345062
diff --git a/.vim/bundle/vim-gnupg b/.vim/bundle/vim-gnupg
new file mode 160000 (submodule)
index 0000000..dd8e4ad
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit dd8e4adb4d1c6c9fda7a1d60cbc863e260687de9
diff --git a/README b/README
new file mode 100644 (file)
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