-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 1.3 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
[submodule "main/.local/share/nvm"]
path = main/.local/share/nvm
url = https://github.com/nvm-sh/nvm
[submodule "main/.local/share/pyenv"]
path = main/.local/share/pyenv
url = https://github.com/pyenv/pyenv
[submodule "main/.local/share/oh-my-zsh"]
path = main/.local/share/oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh
[submodule "main/.local/share/oh-my-zsh-custom/plugins/zsh-autosuggestions"]
path = main/.local/share/oh-my-zsh-custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "main/.local/share/oh-my-zsh-custom/plugins/zsh-syntax-highlighting"]
path = main/.local/share/oh-my-zsh-custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting
[submodule "main/.local/share/oh-my-zsh-custom/plugins/zsh-completions"]
path = main/.local/share/oh-my-zsh-custom/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions
[submodule "main/.local/share/oh-my-zsh-custom/plugins/autoswitch_virtualenv"]
path = main/.local/share/oh-my-zsh-custom/plugins/autoswitch_virtualenv
url = https://github.com/MichaelAquilina/zsh-autoswitch-virtualenv
[submodule "main/.config/nano/nano-syntax-highlighting"]
path = main/.config/nano/nano-syntax-highlighting
url = https://github.com/galenguyer/nano-syntax-highlighting