If everything is installed you can switch your shell with this
sudo chsh -s `which zsh`
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Yesterday i had to reinstall my OS. Now i installed Zsh but it does not work.
If i run
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
The System says that it already exist
You already have Oh My Zsh installed. You'll need to remove /Users/christopherdosin/.oh-my-zsh if you want to install
But if i open my terminal i am getting the default terminam and not Zsh
I also deleted the file again and installed Zsh again but no affect.
Cloning into '/Users/christopherdosin/.oh-my-zsh'...
remote: Counting objects: 637, done.
remote: Compressing objects: 100% (502/502), done.
remote: Total 637 (delta 14), reused 500 (delta 4), pack-reused 0
Receiving objects: 100% (637/637), 358.55 KiB | 0 bytes/s, done.
Resolving deltas: 100% (14/14), done.
Checking connectivity... done.
Looking for an existing zsh config...
Found ~/.zshrc. Backing up to ~/.zshrc.pre-oh-my-zsh
Using the Oh My Zsh template file and adding it to ~/.zshrc
Copying your current PATH and adding it to the end of ~/.zshrc for you.
Time to change your default shell to zsh!
Changing shell for christopherdosin.
Password for christopherdosin:
chsh: /usr/local/bin/zsh: non-standard shell
Please or to participate in this conversation.