Commit fcc1cde5 authored by Robby Russell's avatar Robby Russell
Browse files

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

parent 261bf83d
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment