Skip to content

robin-pfeiffer/ohmyzsh-mirage-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oh My Zsh Mirage Theme

Preview of Oh my zsh Mirage theme

Features

  • Non-null exitcode visualization
  • Show presence of sudo timestamp file
  • Show current active Python virtual environment
  • Show version control changes

Installation

This assumes that you have Oh my zsh already installed and set up. If you have not done so, then follow the instructions on their page.

git clone [email protected]:robin-pfeiffer/ohmyzsh-mirage-theme.git
cd ohmyzsh-mirage-theme
./install.sh
source ~/.zshrc

Settings

Export variables from the Mirage theme to your .zshrc file. Below are the variables that can be altered.

export THEME_SHOW_SUDO=true
export THEME_SHOW_EXITCODE=true
export THEME_SHOW_SCM=true
export THEME_SHOW_VENV=true

License

Distributed under MIT License. See LICENSE for more information.