My zsh configuration
git clone https://github.com/m-col/zshrc
Files | Refs | Readme

Commit 3c33b7b339bf646bf5c2efd1b81c6a6460f4decb
Parent: c64ee4c90888b3afc84252a3cde341804863c2f6
Author: mcol <mcol@posteo.net>
Date: 2019-02-09 00:43:01 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2019-02-09 00:43:01 +0000

added readme and made submodules use http

readme.md Added

@@ -0,0 +1,3 @@
+    git clone --resursive-submodules https://github.com/mcolligan.zshrc.git ~/.zsh
+
+and run install

.gitmodules Modified

@@ -1,9 +1,9 @@
 [submodule "z"]
 	path = z
-	url = git@github.com:rupa/z.git
+	url = https://github.com/rupa/z.git
 [submodule "zsh-autosuggestions"]
 	path = zsh-autosuggestions
-	url = git@github.com:zsh-users/zsh-autosuggestions.git
+	url = https://github.com/zsh-users/zsh-autosuggestions.git
 [submodule "zsh-syntax-highlighting"]
 	path = zsh-syntax-highlighting
-	url = git@github.com:zsh-users/zsh-syntax-highlighting.git
+	url = https://github.com/zsh-users/zsh-syntax-highlighting.git