From a47d6075eb89759925ef2583a9533167ceca33b1 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Wed, 20 Aug 2014 20:02:25 -0400 Subject: [PATCH] Fixed zsh cloning --- scripts/sync.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/sync.sh b/scripts/sync.sh index 36e5b86..9e03466 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -73,6 +73,9 @@ while getopts ":hbsdtclw" VALUE "$@"; do ln -s ${PWD}/../git/gitconfig ~/.gitconfig ln -s ${PWD}/../shells/bashrc ~/.bashrc ln -s ${PWD}/../shells/zshrc ~/.zshrc + if [ ! -d "~/.oh-my-zsh" ] ; then + curl -L http://install.ohmyz.sh | sh + fi mkdir -p ~/.i3 ln -s ${PWD}/../i3/i3config ~/.i3/config ln -s ${PWD}/../i3/sleep.sh ~/.i3/sleep.sh