-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 974 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
28
29
30
[submodule "tmux/tmux/plugins/tpm"]
path = tmux/tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
branch = master
ignore = untracked
[submodule "zsh/themes/spaceship"]
path = zsh/themes/spaceship
url = https://github.com/denysdovhan/spaceship-prompt.git
branch = master
ignore = untracked
[submodule "zsh/themes/headline"]
path = zsh/themes/headline
url = https://github.com/Moarram/headline.git
branch = main
ignore = untracked
[submodule "zsh/plugins/zsh-autosuggestions"]
path = zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
branch = master
ignore = untracked
[submodule "zsh/plugins/zsh-syntax-highlighting"]
path = zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
branch = master
ignore = untracked
[submodule "zsh/oh-my-zsh"]
path = zsh/oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
branch = master
ignore = untracked