-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (31 loc) · 1.09 KB
/
.gitmodules
File metadata and controls
33 lines (31 loc) · 1.09 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
# zsh plugins
[submodule "terminal/fzf-tab"]
path = zsh/fzf-tab
url = https://github.com/Aloxaf/fzf-tab
shallow = true
[submodule "terminal/fast-syntax-highlighting"]
path = zsh/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
shallow = true
[submodule "terminal/powerlevel10k"]
path = zsh/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
shallow = true
[submodule "terminal/zsh-autosuggestions"]
path = zsh/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
shallow = true
# vim plugins
[submodule "terminal/nvim/pack/plugins/start/vim-surround"]
path = xdg_config_home/nvim/pack/plugins/start/vim-surround
url = https://github.com/tpope/vim-surround.git
shallow = true
# tmux plugins
[submodule "xdg_config_home/tmux/plugins/extrakto"]
path = xdg_config_home/tmux/plugins/extrakto
url = https://github.com/laktak/extrakto.git
shallow = true
[submodule "xdg_config_home/tmux/plugins/tmux-cpu"]
path = xdg_config_home/tmux/plugins/tmux-cpu
url = https://github.com/tmux-plugins/tmux-cpu.git
shallow = true