blob: 32932017abbe6be65daeaafbd3998e86c187ed29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[submodule "tmux/.tmux/plugins/tpm"]
path = dots/tmux/.tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
shallow = true
[submodule "alacritty/.config/alacritty/alacritty-theme"]
path = dots/alacritty/.config/alacritty/alacritty-theme
url = https://github.com/alacritty/alacritty-theme
shallow = true
[submodule "zsh/.config/zsh/plugins/zsh-autosuggestions"]
path = dots/zsh/.config/zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
shallow = true
[submodule "zsh/.config/zsh/plugins/zsh-syntax-highlighting"]
path = dots/zsh/.config/zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting
shallow = true
|