diff options
| author | 2015-02-22 17:15:39 +0100 | |
|---|---|---|
| committer | 2015-02-22 17:15:39 +0100 | |
| commit | d0ecb2a9d770b1987e3be7cdc549d46880b89c5e (patch) | |
| tree | d493b4afd8268adb3e1f374cd73e5db662f260d6 /.gitmodules | |
| parent | b86e22c339276441f344d61ad104a7cebd3b5858 (diff) | |
| download | dotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.tar.gz dotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.tar.bz2 dotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.zip | |
Moved from stow to dotfiles for dotfile management
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index 2d31281..dd834b9 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -1,9 +1,12 @@ | |||
| 1 | [submodule "vim/.vim/vim-pathogen"] | 1 | [submodule "dotfiles"] |
| 2 | path = vim/.vim/vim-pathogen | 2 | path = dotfiles |
| 3 | url = https://github.com/jbernard/dotfiles.git | ||
| 4 | [submodule "vim/vim-pathogen"] | ||
| 5 | path = vim/vim-pathogen | ||
| 3 | url = https://github.com/tpope/vim-pathogen.git | 6 | url = https://github.com/tpope/vim-pathogen.git |
| 4 | [submodule "vim/.vim/bundle/nerdtree"] | 7 | [submodule "vim/bundle/nerdtree"] |
| 5 | path = vim/.vim/bundle/nerdtree | 8 | path = vim/bundle/nerdtree |
| 6 | url = https://github.com/scrooloose/nerdtree.git | 9 | url = https://github.com/scrooloose/nerdtree.git |
| 7 | [submodule "vim/.vim/bundle/supertab"] | 10 | [submodule "vim/bundle/supertab"] |
| 8 | path = vim/.vim/bundle/supertab | 11 | path = vim/bundle/supertab |
| 9 | url = https://github.com/ervandew/supertab.git | 12 | url = https://github.com/ervandew/supertab.git |
