-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmodules
More file actions
39 lines (39 loc) · 1.39 KB
/
.gitmodules
File metadata and controls
39 lines (39 loc) · 1.39 KB
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
36
37
38
39
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh.git
branch = master
[submodule "themes/powerlevel10k"]
path = themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
branch = master
[submodule "zsh-plugins/fzf-tab"]
path = zsh-plugins/fzf-tab
url = https://github.com/Aloxaf/fzf-tab
branch = master
[submodule "zsh-plugins/zsh-completions"]
path = zsh-plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions
branch = master
[submodule "zsh-plugins/zsh-syntax-highlighting"]
path = zsh-plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
branch = master
[submodule "zsh-plugins/zsh-autoswitch-virtualenv"]
path = zsh-plugins/zsh-autoswitch-virtualenv
url = https://github.com/MichaelAquilina/zsh-autoswitch-virtualenv.git
branch = master
[submodule "zsh-plugins/forgit"]
path = zsh-plugins/forgit
url = https://github.com/wfxr/forgit.git
branch = master
[submodule "zsh-plugins/evalcache"]
path = zsh-plugins/evalcache
url = https://github.com/mroth/evalcache
branch = master
[submodule "zsh-plugins/flatpak-zsh-completion"]
path = zsh-plugins/flatpak-zsh-completion
url = https://github.com/bilelmoussaoui/flatpak-zsh-completion
[submodule "zsh-plugins/nix-zsh-completions"]
path = zsh-plugins/nix-zsh-completions
url = https://github.com/spwhitt/nix-zsh-completions.git
branch = master