-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
23 lines (23 loc) · 958 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[submodule ".emacs.d"]
path = .emacs.d
url = https://github.com/syl20bnr/spacemacs.git
branch = develop
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
branch = master
[submodule ".zsh/pure"]
path = .zsh/pure
url = https://github.com/sindresorhus/pure.git
[submodule ".oh-my-zsh-custom/plugins/zsh-syntax-highlighting"]
path = .oh-my-zsh-custom/plugins/zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".oh-my-zsh-custom/plugins/zsh-autosuggestions"]
path = .oh-my-zsh-custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule ".oh-my-zsh-custom/plugins/zsh-completions"]
path = .oh-my-zsh-custom/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions
[submodule ".intellij-custom/intelli-space"]
path = .intellij-custom/intelli-space
url = https://github.com/Rozart/intelli-space.git