diff options
| author | 2015-03-30 10:25:12 +0200 | |
|---|---|---|
| committer | 2015-03-30 10:25:12 +0200 | |
| commit | 8eee1c45bef74aa6094f463f9888ac653958b3dc (patch) | |
| tree | 0e2a066fd4da4afcf08f0bef348511b5c9ac48f7 /.gitmodules | |
| parent | c7ebce541a9914d4e5a3b52e838e2ac66dd139a0 (diff) | |
| download | dotfiles-8eee1c45bef74aa6094f463f9888ac653958b3dc.tar.gz dotfiles-8eee1c45bef74aa6094f463f9888ac653958b3dc.tar.bz2 dotfiles-8eee1c45bef74aa6094f463f9888ac653958b3dc.zip | |
Moving back to stow for management
reasons: dotfiles.sh misbehaving on freebsd
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/.gitmodules b/.gitmodules index 93ccec3..b993b7a 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -1,24 +1,21 @@ | |||
| 1 | [submodule "dotfiles"] | 1 | [submodule "vim/.vim/vim-pathogen"] |
| 2 | path = dotfiles | 2 | path = vim/.vim/vim-pathogen |
| 3 | url = https://github.com/jbernard/dotfiles.git | ||
| 4 | [submodule "vim/vim-pathogen"] | ||
| 5 | path = vim/vim-pathogen | ||
| 6 | url = https://github.com/tpope/vim-pathogen.git | 3 | url = https://github.com/tpope/vim-pathogen.git |
| 7 | [submodule "vim/bundle/nerdtree"] | 4 | [submodule "vim/.vim/bundle/nerdtree"] |
| 8 | path = vim/bundle/nerdtree | 5 | path = vim/.vim/bundle/nerdtree |
| 9 | url = https://github.com/scrooloose/nerdtree.git | 6 | url = https://github.com/scrooloose/nerdtree.git |
| 10 | [submodule "vim/bundle/supertab"] | 7 | [submodule "vim/.vim/bundle/supertab"] |
| 11 | path = vim/bundle/supertab | 8 | path = vim/.vim/bundle/supertab |
| 12 | url = https://github.com/ervandew/supertab.git | 9 | url = https://github.com/ervandew/supertab.git |
| 13 | [submodule "vim/bundle/syntastic"] | 10 | [submodule "vim/.vim/bundle/syntastic"] |
| 14 | path = vim/bundle/syntastic | 11 | path = vim/.vim/bundle/syntastic |
| 15 | url = https://github.com/scrooloose/syntastic.git | 12 | url = https://github.com/scrooloose/syntastic.git |
| 16 | [submodule "vim/bundle/vim-fugitive"] | 13 | [submodule "vim/.vim/bundle/vim-fugitive"] |
| 17 | path = vim/bundle/vim-fugitive | 14 | path = vim/.vim/bundle/vim-fugitive |
| 18 | url = https://github.com/tpope/vim-fugitive.git | 15 | url = https://github.com/tpope/vim-fugitive.git |
| 19 | [submodule "vim/bundle/vim-nerdtree-tabs"] | 16 | [submodule "vim/.vim/bundle/vim-nerdtree-tabs"] |
| 20 | path = vim/bundle/vim-nerdtree-tabs | 17 | path = vim/.vim/bundle/vim-nerdtree-tabs |
| 21 | url = https://github.com/jistr/vim-nerdtree-tabs.git | 18 | url = https://github.com/jistr/vim-nerdtree-tabs.git |
| 22 | [submodule "vim/bundle/nerdcommenter"] | 19 | [submodule "vim/.vim/bundle/nerdcommenter"] |
| 23 | path = vim/bundle/nerdcommenter | 20 | path = vim/.vim/bundle/nerdcommenter |
| 24 | url = https://github.com/scrooloose/nerdcommenter.git | 21 | url = https://github.com/scrooloose/nerdcommenter.git |
