Newer Mac OS uses ZSH instead of bash
. This wiki will talk through setting it up with nice features such as autocomplete, colorized ls
, git & conda aware prompts etc.
- After upgrading to
zsh
, confirm you have it by typingzsh
in terminal. - Install a framework such as Oh my zsh which will simplify the whole process. Rest of steps assume you have it running. As of today, you can install it by running
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
.
Restart terminal.