diff --git a/.gitmodules b/.gitmodules index afd112c..54c41ab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule ".zsh/ohmyzsh"] path = .zsh/ohmyzsh - url = git@github.com:ohmyzsh/ohmyzsh.git + url = https://github.com/ohmyzsh/ohmyzsh.git [submodule ".zsh/zsh-syntax-highlighting"] path = .zsh/zsh-syntax-highlighting - url = git@github.com:zsh-users/zsh-syntax-highlighting.git + url = https://github.com/zsh-users/zsh-syntax-highlighting.git [submodule ".zsh/zsh-autosuggestions"] path = .zsh/zsh-autosuggestions - url = git@github.com:zsh-users/zsh-autosuggestions.git + url = https://github.com/zsh-users/zsh-autosuggestions.git [submodule ".zsh/zsh-completions"] path = .zsh/zsh-completions - url = git@github.com:zsh-users/zsh-completions.git + url = https://github.com/zsh-users/zsh-completions.git [submodule ".zsh/zsh-history-substring-search"] path = .zsh/zsh-history-substring-search - url = git@github.com:zsh-users/zsh-history-substring-search + url = https://github.com/zsh-users/zsh-history-substring-search