-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
18 lines (18 loc) · 992 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "dotfiles/oh-my-zsh"]
path = dotfiles/oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh.git
[submodule "dotfiles/zsh_custom/plugins/zsh-autosuggestions"]
path = dotfiles/zsh_custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "dotfiles/zsh_custom/plugins/zsh-completions"]
path = dotfiles/zsh_custom/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions
[submodule "dotfiles/zsh_custom/plugins/zsh-prioritize-cwd-history"]
path = dotfiles/zsh_custom/plugins/zsh-prioritize-cwd-history
url = https://github.com/ericfreese/zsh-prioritize-cwd-history.git
[submodule "dotfiles/zsh_custom/plugins/zsh-syntax-highlighting"]
path = dotfiles/zsh_custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "dotfiles/zsh_custom/themes/powerlevel10k"]
path = dotfiles/zsh_custom/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git