Install zsh from Homebrew:
1 | $ brew install zsh |
Add zsh to default shell lists:
1 | $ sudo vim /etc/shells |
Change the shell for the current user:
1 | $ chsh -s /usr/local/bin/zsh |
Install zsh from Homebrew:
1 | $ brew install zsh |
Add zsh to default shell lists:
1 | $ sudo vim /etc/shells |
Change the shell for the current user:
1 | $ chsh -s /usr/local/bin/zsh |