[submodules] updates submodules to point to a branch
This commit is contained in:
parent
72d4dcfc44
commit
fee3322342
7 changed files with 17 additions and 6 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 3500eb6c7ba57fd2ce32f89fdde6edd6918679f9
|
||||
Subproject commit 4e8ec5a4c86873018f3ba33669fb9affff280d6e
|
|
@ -1 +1 @@
|
|||
Subproject commit 2973c283ae190dfe6545510e844b77fb9a74e780
|
||||
Subproject commit 42340e0f76a7a934f2a4a8d0da3165f74f68e6be
|
|
@ -1 +1 @@
|
|||
Subproject commit a58ccac7ba46414915de6c7f2b4da08b37784016
|
||||
Subproject commit a4140b93497333ec7f3127ee4dabcb8ae8a721b6
|
|
@ -1 +1 @@
|
|||
Subproject commit 7fed01afba9392b6392408b9a0cf888522ed7a10
|
||||
Subproject commit cf57116eb2410139b8bd78fcb793dd84db79e28f
|
|
@ -1 +1 @@
|
|||
Subproject commit e897589c9665750a6a21077c8d96c15dd0efc867
|
||||
Subproject commit d24f58d2f187a72697aa2781a730f65732cb2f6b
|
|
@ -1 +1 @@
|
|||
Subproject commit da1a722238febb9a4b97c77628fae753d1817490
|
||||
Subproject commit 92b8e9057988566b37ff695e70e2e9bbeb7196c8
|
11
.gitmodules
vendored
11
.gitmodules
vendored
|
@ -1,33 +1,44 @@
|
|||
[submodule ".config/zsh/plugins/fzf-tab"]
|
||||
path = .config/zsh/plugins/fzf-tab
|
||||
url = https://github.com/Aloxaf/fzf-tab
|
||||
branch = master
|
||||
[submodule ".config/zsh/plugins/zsh-autosuggestions"]
|
||||
path = .config/zsh/plugins/zsh-autosuggestions
|
||||
url = https://github.com/zsh-users/zsh-autosuggestions
|
||||
branch = master
|
||||
[submodule ".config/zsh/plugins/zsh-completions"]
|
||||
path = .config/zsh/plugins/zsh-completions
|
||||
url = https://github.com/zsh-users/zsh-completions
|
||||
branch = master
|
||||
[submodule ".config/zsh/plugins/zsh-history-substring-search"]
|
||||
path = .config/zsh/plugins/zsh-history-substring-search
|
||||
url = https://github.com/zsh-users/zsh-history-substring-search
|
||||
branch = master
|
||||
[submodule ".config/zsh/plugins/zsh-syntax-highlighting"]
|
||||
path = .config/zsh/plugins/zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting
|
||||
branch = master
|
||||
[submodule ".config/zsh/plugins/zsh-vi-mode"]
|
||||
path = .config/zsh/plugins/zsh-vi-mode
|
||||
url = https://github.com/jeffreytse/zsh-vi-mode
|
||||
branch = master
|
||||
[submodule ".config/zsh/prompts/pure"]
|
||||
path = .config/zsh/prompts/pure
|
||||
url = https://github.com/sindresorhus/pure
|
||||
branch = main
|
||||
[submodule ".config/tmux/plugins/tpm"]
|
||||
path = .config/tmux/plugins/tpm
|
||||
url = https://github.com/tmux-plugins/tpm
|
||||
branch = master
|
||||
[submodule ".config/xmonad/xmonad-git"]
|
||||
path = .config/xmonad/xmonad-git
|
||||
url = https://github.com/xmonad/xmonad
|
||||
branch = master
|
||||
[submodule ".config/xmonad/xmonad-contrib-git"]
|
||||
path = .config/xmonad/xmonad-contrib-git
|
||||
url = https://github.com/xmonad/xmonad-contrib
|
||||
branch = master
|
||||
[submodule ".config/xmobar/xmobar-git"]
|
||||
path = .config/xmobar/xmobar-git
|
||||
url = https://codeberg.org/xmobar/xmobar
|
||||
branch = master
|
||||
|
|
Loading…
Reference in a new issue