From 2857a6ded83224bf95027c78060518a6160b1688 Mon Sep 17 00:00:00 2001 From: Rupert Bedford <182958+rupert@users.noreply.github.com> Date: Thu, 16 Jul 2020 15:26:50 +0100 Subject: [PATCH] Add git clone --- zsh/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/Makefile b/zsh/Makefile index 539e9bb..d336675 100644 --- a/zsh/Makefile +++ b/zsh/Makefile @@ -1,2 +1,3 @@ install: + git clone git@github.com:ohmyzsh/ohmyzsh.git $(HOME)/.oh-my-zsh stow -v --ignore Makefile -t $(HOME) .