-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
21 lines (21 loc) · 982 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh
[submodule "powerlevel9k"]
path = oh-my-zsh-custom/themes/powerlevel9k
url = [email protected]:bhilburn/powerlevel9k.git
[submodule "oh-my-zsh-custom/plugins/zsh-syntax-highlighting"]
path = oh-my-zsh-custom/plugins/zsh-syntax-highlighting
url = [email protected]:zsh-users/zsh-syntax-highlighting.git
[submodule "oh-my-zsh-custom/plugins/fzf"]
path = oh-my-zsh-custom/plugins/fzf
url = [email protected]:junegunn/fzf.git
[submodule "oh-my-zsh-custom/themes/powerlevel10k"]
path = oh-my-zsh-custom/themes/powerlevel10k
url = [email protected]:romkatv/powerlevel10k.git
[submodule "oh-my-zsh-custom/plugins/zsh-completions"]
path = oh-my-zsh-custom/plugins/zsh-completions
url = [email protected]:zsh-users/zsh-completions.git
[submodule "oh-my-zsh-custom/plugins/zsh-autosuggestions"]
path = oh-my-zsh-custom/plugins/zsh-autosuggestions
url = [email protected]:zsh-users/zsh-autosuggestions.git