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

Commit f57d117e7af74bb6541ac17505c7bace8e5b2bc3
Parent: 76a943119517e8b5f8930a3f650b6d61a29d4b36
Author: mcol <mcol@posteo.net>
Date: 2019-09-15 18:58:11 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2019-09-15 18:58:11 +0100

change username in readme; do not submodule init in cwd

readme.md Modified

@@ -1,6 +1,6 @@
 my personal zsh env
 
-    git clone --recurse-submodules https://github.com/mclgn/zshrc.git ~/.zsh
+    git clone --recurse-submodules https://github.com/m-col/zshrc.git ~/.zsh
     ~/.zsh/install
 
 This appears to be required on raspberry pi:

install Modified

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 
 dir=$(dirname "$(readlink -f "$0")")
+cd $dir
 
 # source this zshrc from ~/.zshrc
 if [[ -f ~/.zshrc ]]
@@ -14,8 +15,8 @@
 
 
 # if installation didn't include submodules they need installing
-git --git-dir=$dir/.git submodule init
-git --git-dir=$dir/.git submodule update
+git submodule init
+git submodule update
 
 
 # inform if zsh is not yet installed