normanius / normanius-zsh-theme

My preferred ZSH theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

normanius-zsh-theme

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

About

My preferred ZSH theme

License:MIT License


Languages

Language:Shell 100.0%