-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
24 lines (24 loc) · 1.03 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
[submodule "zsh/oh-my-zsh"]
path = zsh/oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh
[submodule "zsh/custom/plugins/zsh-nvm"]
path = zsh/custom/plugins/zsh-nvm
url = https://github.com/lukechilds/zsh-nvm
[submodule "zsh/custom/plugins/zsh-autosuggestions"]
path = zsh/custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "zsh/custom/plugins/zsh-syntax-highlighting"]
path = zsh/custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting
[submodule "zsh/custom/themes/powerlevel9k"]
path = zsh/custom/themes/powerlevel9k
url = https://github.com/bhilburn/powerlevel9k
[submodule "tmux/tpm"]
path = tmux/tpm
url = https://github.com/tmux-plugins/tpm
[submodule "zsh/custom/plugins/zsh-docker-aliases"]
path = zsh/custom/plugins/zsh-docker-aliases
url = https://github.com/akarzim/zsh-docker-aliases.git
[submodule "zsh/custom/plugins/zsh-completions"]
path = zsh/custom/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions