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 ...@@ -15,8 +15,8 @@ then
rm ~/.zshrc; rm ~/.zshrc;
fi fi
echo "Symlinking .zshrc to ~/.oh-my-zsh/" echo "Using the Oh My Zsh template file and adding it to ~/.zshrc"
ln -s ~/.oh-my-zsh/zshrc ~/.zshrc cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
echo "Time to change your default shell to zsh!" echo "Time to change your default shell to zsh!"
chsh -s /bin/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