-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
35 lines (35 loc) · 1.05 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
26
27
28
29
30
31
32
33
34
35
[submodule "bootstrap/oh-my-zsh"]
path = bootstrap/oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh
shallow = true
branch = master
[submodule "bootstrap/zsh-autosuggestions"]
path = bootstrap/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
shallow = true
branch = master
[submodule "bootstrap/fast-syntax-highlighting"]
path = bootstrap/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting
shallow = true
branch = master
[submodule "bootstrap/powerlevel10k"]
path = bootstrap/powerlevel10k
url = https://github.com/romkatv/powerlevel10k
shallow = true
branch = master
[submodule "bootstrap/zsh-completions"]
path = bootstrap/zsh-completions
url = https://github.com/zsh-users/zsh-completions
shallow = true
branch = master
[submodule "bootstrap/oh-my-bash"]
path = bootstrap/oh-my-bash
url = https://github.com/ohmybash/oh-my-bash
shallow = true
branch = master
[submodule "bootstrap/pyenv"]
path = bootstrap/pyenv
url = https://github.com/pyenv/pyenv
shallow = true
branch = master