-
Notifications
You must be signed in to change notification settings - Fork 38
/
.gitmodules
24 lines (24 loc) · 849 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
[submodule "zsh/zsh-completions"]
path = zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule "zsh/zsh-autosuggestions"]
path = zsh/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "zsh/pure"]
path = zsh/pure
url = https://github.com/sindresorhus/pure.git
[submodule "zsh/zsh-autopair"]
path = zsh/zsh-autopair
url = https://github.com/hlissner/zsh-autopair.git
[submodule "zsh/fast-syntax-highlighting"]
path = zsh/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting
[submodule "gdb/gef-extras"]
path = gdb/gef-extras
url = https://github.com/hugsy/gef-extras
[submodule "gdb/gef"]
path = gdb/gef
url = https://github.com/hugsy/gef
[submodule "zsh/fzf-tab"]
path = zsh/fzf-tab
url = https://github.com/Aloxaf/fzf-tab