-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitmodules
27 lines (27 loc) · 1.21 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
25
26
27
[submodule "zsh/.zsh/plugins/z.lua"]
path = zsh/.zsh/plugins/z.lua
url = https://github.com/skywind3000/z.lua.git
[submodule "zsh/.zsh/plugins/fast-syntax-highlighting"]
path = zsh/.zsh/plugins/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
[submodule "zsh/.zsh/plugins/zsh-autosuggestions"]
path = zsh/.zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "zsh/.zsh/plugins/zsh-completions"]
path = zsh/.zsh/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule "zsh/.zsh/plugins/zsh-vi-mode"]
path = zsh/.zsh/plugins/zsh-vi-mode
url = https://github.com/jeffreytse/zsh-vi-mode.git
[submodule "zsh/.zsh/themes/powerlevel10k"]
path = zsh/.zsh/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
[submodule "zsh/.zsh/plugins/fzf-tab"]
path = zsh/.zsh/plugins/fzf-tab
url = https://github.com/Aloxaf/fzf-tab
[submodule "tmux/.tmux/plugins/tmux-sensible"]
path = tmux/.tmux/plugins/tmux-sensible
url = https://github.com/tmux-plugins/tmux-sensible
[submodule "tmux/.tmux/plugins/catppuccin"]
path = tmux/.tmux/plugins/catppuccin
url = https://github.com/catppuccin/tmux.git