-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
20 lines (20 loc) · 865 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[submodule "zsh/.oh-my-zsh"]
path = zsh/.oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh
[submodule "zsh-themes/.oh-my-zsh/custom/themes/powerlevel10k"]
path = zsh-themes/.oh-my-zsh/custom/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
[submodule "zsh-themes/.oh-my-zsh/plugins/zsh-autosuggestions"]
path = zsh-themes/.oh-my-zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "vim/.vim/bundle/Vundle.vim"]
path = vim/.vim/bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim
[submodule "alacritty/.config/alacritty/themes"]
path = alacritty/.config/alacritty/themes
url = https://github.com/alacritty/alacritty-theme
branch = master
[submodule "tmux/.tmux/plugins/tpm"]
path = tmux/.tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
branch = master