mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Updating installer to use the new template file. ~/.zshrc will now be outside of the repository
This commit is contained in:
parent
261bf83d53
commit
fcc1cde56c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue