1. Make sure you're using zsh
❯ echo $SHELL
/bin/zsh

if not, oh-my-zsh will switch it for you

  1. Install ohmyzsh
sh -c "$(curl -fsSL [<https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh>](<https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh>))"`
  1. Enable plugins - https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins

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

  1. Install zsh-autosuggestions

plugins=(git zsh-autosuggestions ...)

  1. Install fast-syntax-highlighting

plugins=(git zsh-autosuggestions fast-syntax-highlighting ...)

  1. Pick an oh-my-zsh theme or install starship.rs