normanius-zsh-theme

October 21, 2022 ยท View on GitHub

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.

Instructions

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-theme

Open the ~/.zshrc and set the variable ZSH_THEME=normanius.

vim `~/.zshrc`
# ZSH_THEME=normanius

Re-source the current shell session to activate the theme.

source ~/.zshrc

Screenshots

  • multi_line=true
  • show_user=true

multi_line

--

  • multi_line=false
  • show_user=false

multi_line