-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
31 lines (24 loc) · 976 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
24
25
26
27
28
29
30
31
[submodule ".zsh/pure"]
path = zsh/.zsh/pure
url = https://github.com/sindresorhus/pure.git
[submodule ".zsh/ohmyzsh"]
path = zsh/.zsh/ohmyzsh
url = https://github.com/ohmyzsh/ohmyzsh/
[submodule ".zsh/alias-tips"]
path = zsh/.zsh/alias-tips
url = https://github.com/djui/alias-tips
[submodule ".zsh/zsh-users/zsh-syntax-highlighting"]
path = zsh/.zsh/zsh-users/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".zsh/zsh-users/zsh-autosuggestions"]
path = zsh/.zsh/zsh-users/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule ".zsh/zsh-users/zsh-completions"]
path = zsh/.zsh/zsh-users/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule "tmux/.tmux/plugins/tpm"]
path = tmux/.tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
[submodule "zsh/.zsh/zsh-vi-mode"]
path = zsh/.zsh/zsh-vi-mode
url = https://github.com/jeffreytse/zsh-vi-mode.git