-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
25 lines (25 loc) · 909 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
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh.git
branch = master
ignore = all
[submodule "oh-my-zsh-custom/plugins/zsh-autosuggestions"]
path = oh-my-zsh-custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
branch = master
ignore = all
[submodule "oh-my-zsh-custom/plugins/zsh-completions"]
path = oh-my-zsh-custom/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
branch = master
ignore = all
[submodule "oh-my-zsh-custom/plugins/zsh-syntax-highlighting"]
path = oh-my-zsh-custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
branch = master
ignore = all
[submodule "oh-my-zsh-custom/themes/powerlevel10k"]
path = oh-my-zsh-custom/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
branch = master
ignore = all