dotfiles Set MacOS Default Login Shell to Homebrew Managed ZSH Add "/opt/homebrew/bin/zsh" to "/etc/shells" file sudo vim /etc/shells Change to default login shell chsh -s /opt/homebrew/bin/zsh $USER