-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
33 lines (33 loc) · 1.55 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
28
29
30
31
32
33
[submodule ".bash-git-prompt"]
path = .bash-git-prompt
url = https://github.com/magicmonty/bash-git-prompt.git
[submodule ".scm_breeze"]
path = .scm_breeze
url = https://github.com/scmbreeze/scm_breeze.git
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule ".config/kitty/kitty-themes"]
path = .config/kitty/kitty-themes
url = https://github.com/dexpota/kitty-themes.git
[submodule ".oh-my-zsh-custom/powerlevel10k"]
path = .oh-my-zsh-custom/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
[submodule ".tmux/plugins/tpm"]
path = .tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
[submodule ".oh-my-zsh-custom/plugins/zsh-syntax-highlighting"]
path = .oh-my-zsh-custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".oh-my-zsh-custom/plugins/zsh-autosuggestions"]
path = .oh-my-zsh-custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule ".oh-my-zsh-custom/plugins/zsh-history-substring-search"]
path = .oh-my-zsh-custom/plugins/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search
[submodule ".oh-my-zsh-custom/plugins/zsh-fzf-history-search"]
path = .oh-my-zsh-custom/plugins/zsh-fzf-history-search
url = https://github.com/joshskidmore/zsh-fzf-history-search
[submodule ".oh-my-zsh-custom/plugins/conda-zsh-completion"]
path = .oh-my-zsh-custom/plugins/conda-zsh-completion
url = https://github.com/conda-incubator/conda-zsh-completion