- Install ZSH using Homebrew:
brew install zsh
- Install Antigen to manage plugins:
curl -L git.io/antigen > ~/.antigen.zsh
- Get ZSH config files from my dotfiles repo:
curl -L https://git.io/vFQoT > ~/.zshrc
- Switch non-admin user's shell to ZSH:
su - admin
sudo dscl . -create /Users/kerem UserShell /Users/kerem/.homebrew/bin/zsh