diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2015-08-21 03:14:10 -0700 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2015-08-21 03:25:54 -0700 |
| commit | 1212a9d32dbc809bcce679b9d36f3a233af3193e (patch) | |
| tree | 0c5927010e7b51eaccc412f44f076c67971fbe61 /.gitmodules | |
| parent | 56ce88c7944443d7e097847a6bf0dadb66859c24 (diff) | |
| download | dotfiles-1212a9d32dbc809bcce679b9d36f3a233af3193e.tar.gz | |
Switch to stow
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitmodules b/.gitmodules index 4af9f39..cbfc814 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,45 +1,45 @@ [submodule ".oh-my-zsh"] - path = .oh-my-zsh + path = zsh/.oh-my-zsh url = git://github.com/robbyrussell/oh-my-zsh.git [submodule ".vim/bundle/nerdtree"] - path = .vim/bundle/nerdtree + path = vim/.vim/bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git [submodule ".vim/bundle/python-mode"] - path = .vim/bundle/python-mode + path = vim/.vim/bundle/python-mode url = git://github.com/klen/python-mode.git [submodule ".vim/bundle/vim-fugitive"] - path = .vim/bundle/vim-fugitive + path = vim/.vim/bundle/vim-fugitive url = git://github.com/tpope/vim-fugitive.git [submodule ".vim/bundle/ctrlp.vim"] - path = .vim/bundle/ctrlp.vim + path = vim/.vim/bundle/ctrlp.vim url = https://github.com/kien/ctrlp.vim.git [submodule ".vim/bundle/rainbow_parentheses.vim"] - path = .vim/bundle/rainbow_parentheses.vim + path = vim/.vim/bundle/rainbow_parentheses.vim url = https://github.com/kien/rainbow_parentheses.vim.git [submodule ".vim/bundle/tagbar"] - path = .vim/bundle/tagbar + path = vim/.vim/bundle/tagbar url = https://github.com/majutsushi/tagbar.git [submodule ".vim/bundle/sessionman.vim"] - path = .vim/bundle/sessionman.vim + path = vim/.vim/bundle/sessionman.vim url = https://github.com/vim-scripts/sessionman.vim.git [submodule ".vim/bundle/vim-surround"] - path = .vim/bundle/vim-surround + path = vim/.vim/bundle/vim-surround url = https://github.com/tpope/vim-surround.git [submodule ".vim/bundle/vim-ipython"] - path = .vim/bundle/vim-ipython + path = vim/.vim/bundle/vim-ipython url = https://github.com/ivanov/vim-ipython.git [submodule ".vim/bundle/molokai"] - path = .vim/bundle/molokai + path = vim/.vim/bundle/molokai url = https://github.com/tomasr/molokai.git [submodule ".vim/bundle/vimwiki"] - path = .vim/bundle/vimwiki + path = vim/.vim/bundle/vimwiki url = git://github.com/vim-scripts/vimwiki.git [submodule ".vim/bundle/julia-vim"] - path = .vim/bundle/julia-vim + path = vim/.vim/bundle/julia-vim url = git://github.com/JuliaLang/julia-vim.git [submodule ".vim/pig.vim"] path = .vim/pig.vim url = https://github.com/motus/pig.vim.git [submodule ".vim/bundle/pig.vim"] - path = .vim/bundle/pig.vim + path = vim/.vim/bundle/pig.vim url = https://github.com/motus/pig.vim.git |
