My preferred Oh My Zsh theme, derived from Bira.
Enable the virtualenv plugin in .zhrc to also have support for virtual environments. For better support of pyenv and conda, I modified the virtualenv plugin.
Copy the theme to ~/.oh-my-zsh/themes/:
URL="https://raw.githubusercontent.com/normanius/"
URL+="normanius-zsh-theme/main/normanius.zsh-theme"
wget "$URL" -O ~/.oh-my-zsh/themes/normanius.zsh-themeOpen the ~/.zshrc and set the variable ZSH_THEME=normanius.
vim `~/.zshrc`
# ZSH_THEME=normaniusRe-source the current shell session to activate the theme.
source ~/.zshrcmulti_line=trueshow_user=true
--
multi_line=falseshow_user=false

