-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
17 lines (17 loc) · 731 Bytes
/
.gitmodules
File metadata and controls
17 lines (17 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[submodule ".vim/bundle/vundle"]
path = .vim/bundle/vundle
url = https://github.com/gmarik/vundle.git
[submodule ".vim/bundle/YouCompleteMe"]
path = .vim/bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
ignore = dirty
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
#url = https://github.com/robbyrussell/oh-my-zsh.git
url = https://github.com/Spirotot/oh-my-zsh.git
[submodule "solarized/gnome-terminal-colors-solarized"]
path = solarized/gnome-terminal-colors-solarized
url = https://github.com/Anthony25/gnome-terminal-colors-solarized.git
[submodule "solarized/vim-colors-solarized"]
path = solarized/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git