-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
35 lines (35 loc) · 1.32 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
34
35
[submodule "zsh/.config/zsh/plugins/zsh-autosuggestions"]
path = zsh/.config/zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
branch = main
[submodule "zsh/.config/zsh/plugins/zsh-syntax-highlighting"]
path = zsh/.config/zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
branch = main
[submodule "zsh/.config/zsh/plugins/git-prompt.zsh"]
path = zsh/.config/zsh/plugins/git-prompt.zsh
url = https://github.com/woefe/git-prompt.zsh.git
branch = main
[submodule "zsh/.config/zsh/plugins/zsh-autopair"]
path = zsh/.config/zsh/plugins/zsh-autopair
url = https://github.com/hlissner/zsh-autopair.git
branch = main
[submodule "zsh/.config/zsh/plugins/fzf"]
path = zsh/.config/zsh/plugins/fzf
url = https://github.com/junegunn/fzf.git
branch = main
[submodule "zsh/.config/zsh/plugins/zsh-completions"]
path = zsh/.config/zsh/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
branch = main
[submodule "nvim/.config/nvim"]
path = nvim/.config/nvim
url = [email protected]:arminveres/nvim.git
branch = main
[submodule "tmux/.config/tmux"]
path = tmux/.config/tmux
url = [email protected]:arminveres/tmux.conf
branch = main
[submodule "dotfiles-secret"]
path = dotfiles-secret
url = [email protected]:arminveres/dotfiles-secret