Skip to content

normanius/normanius-zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages