Browse code

Updating installer to use the new template file. ~/.zshrc will now be outside of the repository

Robby Russell authored on 01/09/2009 at 14:50:45
Showing 1 changed files
... ...
@@ -15,8 +15,8 @@ then
15 15
   rm ~/.zshrc;
16 16
 fi
17 17
 
18
-echo "Symlinking .zshrc to ~/.oh-my-zsh/"
19
-ln -s ~/.oh-my-zsh/zshrc ~/.zshrc
18
+echo "Using the Oh My Zsh template file and adding it to ~/.zshrc"
19
+cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
20 20
 
21 21
 echo "Time to change your default shell to zsh!"
22 22
 chsh -s /bin/zsh