A custom zsh
theme using oh-my-zsh.
The screenshots below were taken using terminator
on Ubuntu. The font used is
Ubuntu Mono Nerd Font Regular
.
Prompt in a clean git repository:
A repository with unstaged changes:
A repository with staged changes:
Prompt in a directory that contains a .terraform-version
file:
.terraform-version
files are used by tfenv, a terraform version manager.
Prompt in a directory when the $AWS_PROFILE
environment variable is set:
Clone this repository, then copy the theme file into your oh-my-zsh
installation:
git clone https://github.com/cdodd/doodleshell-zsh-theme.git
cp doodleshell-zsh-theme/doodleshell.zsh-theme ~/.oh-my-zsh/custom/themes/doodleshell.zsh-theme
Update the ZSH_THEME
line in your ~/.zshrc
file:
ZSH_THEME="doodleshell"