diff options
| author | Thomas Schneider <thosch97@gmail.com> | 2015-02-15 14:37:46 +0100 |
|---|---|---|
| committer | Thomas Schneider <thosch97@gmail.com> | 2015-02-15 14:37:46 +0100 |
| commit | 75a12adfe99b30971b3f09d6eba6b34f8ffec030 (patch) | |
| tree | 1e5a23ffb7b6690df99f4814d897069da6a43891 /.gitmodules | |
| parent | a2e767e164cb1e8859a30078c89df25e1f611f38 (diff) | |
Add .vim(rc), .tmux.conf, .zshrc, contrib modules
Signed-off-by: Thomas Schneider <thosch97@gmail.com>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
