A oh-my-zsh theme for z shell
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
mkdir -p $ZSH_CUSTOM/themes && curl https://cdn.jsdelivr.net/npm/[email protected]/bluo.js -L -o $ZSH_CUSTOM/themes/bluo.zsh-theme
nano ~/.zshrc
ZSH_THEME="bluo"
Press Ctrl+X, type y/Y and press return.
Now restart your terminal.