TEMERAF zsh theme
March 12, 2022 · View on GitHub
My custom zsh theme with return codes, timestamp and minimal git support.

How to apply TEMERAF theme
Clone this repo and cd into it.
Then move TEMERAF theme into your zsh themes.
$ mv temeraf.zsh-theme $ZSH/themes
Modify ZSH_THEME="temeraf" in your .zshrc file.
$ vim ~/.zshrc
Restart zsh for changes to apply. Also delete cloned repository.
How to install zsh with Oh My Zsh
First, install zsh itself (I use apt, feel free to use whatever else).
$ sudo apt install zsh
You will need git and curl.
$ sudo apt install git curl
Next, install Oh My Zsh via the command line.
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Done.