From 75a12adfe99b30971b3f09d6eba6b34f8ffec030 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Sun, 15 Feb 2015 14:37:46 +0100 Subject: Add .vim(rc), .tmux.conf, .zshrc, contrib modules Signed-off-by: Thomas Schneider --- .gitmodules | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d31b094 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "grml-etc-core"] + path = grml-etc-core + url = git://github.com/grml/grml-etc-core.git +[submodule "vim-pathogen"] + path = vim-pathogen + url = git://github.com/tpope/vim-pathogen +[submodule "dot.vim/bundle/vim-characterize"] + path = dot.vim/bundle/vim-characterize + url = git://github.com/tpope/vim-characterize.git -- cgit v1.2.3