| ... | ... |
@@ -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 |