Awesome
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 git@github.com: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.