blob: 525389e2e552535ff9c5cdbad116dce7d199d26e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
[submodule ".oh-my-zsh"]
path = zsh/.oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh.git
[submodule ".vim/bundle/nerdtree"]
path = vim/.vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".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/.vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".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/.vim/bundle/rainbow_parentheses.vim
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule ".vim/bundle/tagbar"]
path = vim/.vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule ".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/.vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/vim-ipython"]
path = vim/.vim/bundle/vim-ipython
url = https://github.com/ivanov/vim-ipython.git
[submodule ".vim/bundle/molokai"]
path = vim/.vim/bundle/molokai
url = https://github.com/tomasr/molokai.git
[submodule ".vim/bundle/vimwiki"]
path = vim/.vim/bundle/vimwiki
url = git://github.com/vim-scripts/vimwiki.git
[submodule ".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/.vim/bundle/pig.vim
url = https://github.com/motus/pig.vim.git
[submodule "mutt/.mutt/scripts"]
path = mutt/.mutt/scripts
url = git@horel.org:thibaut/mutt-helpers
|