-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
40 lines (40 loc) · 1.24 KB
/
.gitmodules
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
[submodule "zsh/oh-my-zsh"]
path = zsh/oh-my-zsh
url = https://github.com/bam241/oh-my-zsh.git
branch = master
[submodule "fonts"]
path = fonts
url = https://github.com/powerline/fonts.git
branch = master
[submodule "macros"]
path = macros
url = https://github.com/bam241/bash_macros
branch = master
[submodule "vim/vim/vim-clang-format"]
path = vim/vim-clang-format
url = https://github.com/rhysd/vim-clang-format.git
branch = master
[submodule "vim/vim-airline"]
path = vim/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule "fontpatcher"]
path = fontpatcher
url = git@github.com:powerline/fontpatcher.git
[submodule "vim/vim-cpp-enhanced-highlight"]
path = vim/vim-cpp-enhanced-highlight
url = https://github.com/octol/vim-cpp-enhanced-highlight
[submodule "vim/vim-cython"]
path = vim/vim-cython
url = git@github.com:tshirtman/vim-cython.git
[submodule "vim/vim-latex"]
path = vim/vim-latex
url = git@github.com:vim-latex/vim-latex.git
[submodule "tmux/tmux-yank"]
path = tmux/tmux-yank
url = https://github.com/tmux-plugins/tmux-yank
[submodule "vim/ale"]
path = vim/ale
url = https://github.com/dense-analysis/ale.git
[submodule "vim/vim-over"]
path = vim/vim-over
url = https://github.com/osyo-manga/vim-over.git