]> git.rmz.io Git - dotfiles.git/commitdiff
gitmodules: prefer https over ssh for submodules
authorSamir Benmendil <me@rmz.io>
Mon, 4 Jul 2022 17:06:43 +0000 (18:06 +0100)
committerSamir Benmendil <me@rmz.io>
Mon, 4 Jul 2022 17:06:43 +0000 (18:06 +0100)
This should make it easier to init submodules even when the current key
has not been enabled in Github.

It should still be easy to switch to ssh when actual changes to repos
are needed.

.gitmodules

index f09b7803d82561d4145d1a4a2f6d353f25fcc047..f28203fc465c30d277322d57578d1c940e000023 100644 (file)
@@ -1,6 +1,6 @@
 [submodule "awesome/widgets/net_widgets"]
        path = awesome/widgets/net_widgets
-       url = git@github.com:Ram-Z/net_widgets.git
+       url = https://github.com/Ram-Z/net_widgets.git
 [submodule "zsh/lib/zsh-syntax-highlighting"]
        path = zsh/lib/zsh-syntax-highlighting
        url = https://github.com/zsh-users/zsh-syntax-highlighting
@@ -18,7 +18,7 @@
        url = https://github.com/torhve/weechat-matrix-protocol-script
 [submodule "awesome/widgets/pomodoro"]
        path = awesome/widgets/pomodoro
-       url = git@github.com:ram-z/awesome-pomodoro
+       url = https://github.com/ram-z/awesome-pomodoro
 [submodule "urxvt/font-size"]
        path = urxvt/font-size
        url = https://github.com/majutsushi/urxvt-font-size