From a0d9976215c02f4c8c79afdca7cac8b6f1128b54 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Tue, 1 Sep 2009 07:50:45 -0700 Subject: [PATCH] Updating installer to use the new template file. ~/.zshrc will now be outside of the repository --- tools/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/install.sh b/tools/install.sh index 78a39cd..05b3a52 100644 --- a/tools/install.sh +++ b/tools/install.sh @@ -15,8 +15,8 @@ then rm ~/.zshrc; fi -echo "Symlinking .zshrc to ~/.oh-my-zsh/" -ln -s ~/.oh-my-zsh/zshrc ~/.zshrc +echo "Using the Oh My Zsh template file and adding it to ~/.zshrc" +cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc echo "Time to change your default shell to zsh!" chsh -s /bin/zsh