forked from zetavg/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
25 lines (25 loc) · 1.01 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
[submodule "_oh-my-zsh"]
path = _oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
ignore = dirty
[submodule "_zsh/plugins/zsh-syntax-highlighting"]
path = _zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "_zsh/plugins/zsh-history-substring-search"]
path = _zsh/plugins/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search.git
[submodule "_zsh/plugins/zaw"]
path = _zsh/plugins/zaw
url = https://github.com/zsh-users/zaw.git
[submodule "_vim/bundle/vim-powerline"]
path = _vim/bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "_vim/bundle/nerdtree"]
path = _vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "_vim/bundle/editorconfig"]
path = _vim/bundle/editorconfig
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule "_vim/bundle/ctrlp.vim"]
path = _vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git