❯ echo $SHELL
/bin/zsh
if not, oh-my-zsh will switch it for you
sh -c "$(curl -fsSL [<https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh>](<https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh>))"`
Edit ~/.zshrc to add the plugins you want:
plugins=(git kubectl fzf fasd zsh-autosuggestions fast-syntax-highlighting)
I personally use colored-man-pages, docker, extract, kubectl, fasd, fzf, git, github, sudo
plugins=(git zsh-autosuggestions ...)
plugins=(git zsh-autosuggestions fast-syntax-highlighting ...)
ZSH_THEME=<theme name> in your ~/.zshrc (e.g. ZSH_THEME=af-magic)brew install starship and add eval "$(starship init zsh)" to your ~/.zshrc