Updating installer to use the new template file. ~/.zshrc will now be outside of the repository
This commit is contained in:
parent
a3ade73231
commit
a0d9976215
@ -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
|
||||||
|
Reference in New Issue
Block a user