main
parent
d97c9a028a
commit
d418b86d94
|
@ -58,7 +58,6 @@ reinstall_oh_my_zsh() {
|
||||||
# Install Oh My Zsh
|
# Install Oh My Zsh
|
||||||
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
|
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
|
||||||
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
||||||
chsh -s $(which zsh)
|
|
||||||
|
|
||||||
echo "Oh My Zsh reinstallation completed."
|
echo "Oh My Zsh reinstallation completed."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue