Switched git submodules to https

This commit is contained in:
2023-03-17 19:43:32 +02:00
parent 59b08f8d1f
commit 70a9237166

16
.gitmodules vendored
View File

@@ -1,37 +1,37 @@
[submodule "dotbot"] [submodule "dotbot"]
path = dotbot path = dotbot
url = git@github.com:anishathalye/dotbot.git url = https://github.com/anishathalye/dotbot.git
ignore = dirty ignore = dirty
[submodule "dotbot-plugins/dotbot-brew"] [submodule "dotbot-plugins/dotbot-brew"]
path = dotbot-plugins/dotbot-brew path = dotbot-plugins/dotbot-brew
url = git@github.com:wren/dotbot-brew.git url = https://github.com/wren/dotbot-brew.git
ignore = dirty ignore = dirty
[submodule "dotbot-plugins/dotbot-if"] [submodule "dotbot-plugins/dotbot-if"]
path = dotbot-plugins/dotbot-if path = dotbot-plugins/dotbot-if
url = git@github.com:wonderbeyond/dotbot-if.git url = https://github.com/wonderbeyond/dotbot-if.git
ignore = dirty ignore = dirty
[submodule "dotbot-plugins/dotbot-gh-extension"] [submodule "dotbot-plugins/dotbot-gh-extension"]
path = dotbot-plugins/dotbot-gh-extension path = dotbot-plugins/dotbot-gh-extension
url = git@github.com:fundor333/dotbot-gh-extension.git url = https://github.com/fundor333/dotbot-gh-extension.git
ignore = dirty ignore = dirty
[submodule "dotbot-plugins/dotbot-golang"] [submodule "dotbot-plugins/dotbot-golang"]
path = dotbot-plugins/dotbot-golang path = dotbot-plugins/dotbot-golang
url = git@github.com:delicb/dotbot-golang.git url = https://github.com/delicb/dotbot-golang.git
ignore = dirty ignore = dirty
[submodule "config/nvim"] [submodule "config/nvim"]
path = config/nvim path = config/nvim
url = git@github.com:AstroNvim/AstroNvim.git url = https://github.com/AstroNvim/AstroNvim.git
ignore = dirty ignore = dirty
branch = nightly branch = main
update = checkout update = checkout
[submodule "config/astronvim/lua/user"] [submodule "config/astronvim/lua/user"]
path = config/astronvim/lua/user path = config/astronvim/lua/user
url = git@github.com:ivuorinen/astronvim_config.git url = https://github.com/ivuorinen/astronvim_config.git
update = rebase update = rebase
branch = main branch = main