-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
34 lines (28 loc) · 1.09 KB
/
.gitmodules
File metadata and controls
34 lines (28 loc) · 1.09 KB
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
32
33
34
[submodule ".config/zsh/fzf-tab-completion"]
path = .config/zsh/fzf-tab-completion
url = https://github.com/lincheney/fzf-tab-completion.git
ignore = all
[submodule ".config/zsh/powerlevel10k"]
path = .config/zsh/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
ignore = all
[submodule ".config/zsh/zsh-autosuggestions"]
path = .config/zsh/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
ignore = all
[submodule ".config/zsh/zsh-completions"]
path = .config/zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
ignore = all
[submodule ".config/zsh/zsh-history-substring-search"]
path = .config/zsh/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search.git
ignore = all
[submodule ".config/zsh/zsh-syntax-highlighting"]
path = .config/zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
ignore = all
[submodule ".config/zsh/zsh-vim-mode"]
path = .config/zsh/zsh-vim-mode
url = https://github.com/softmoth/zsh-vim-mode.git
ignore = all