This is a zsh theme heavily based on bira, and gruvbox-zsh, which in turn is based on agnoster.
The terminal pictured above is kitty, and also uses gruvbox and JetBrainsMono Nerd Font.
- Install oh-my-zsh.
- Download and install a Nerd Font.
- Download
hex.zsh-theme
and put it in~/.oh-my-zsh/custom/themes/
.
curl -L https://raw.githubusercontent.com/hectorBrown/hex-zsh/master/hex.zsh-theme > ~/.oh-my-zsh/custom/themes/hex.zsh-theme
- Enable the theme, add the following to your
~/.zshrc
or~/.oh-my-zsh/custom/custom.zsh
file
ZSH_THEME="hex"