-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
27 lines (25 loc) · 880 Bytes
/
.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 "tmux/oh-my-tmux"]
path = tmux/oh-my-tmux
url = [email protected]:quicknir/oh-my-tmux.git
# 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