Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/robin-pfeiffer/ohmyzsh-mirage-theme

Mirage shell theme for Oh My Zsh.
https://github.com/robin-pfeiffer/ohmyzsh-mirage-theme

oh-my-zsh oh-my-zsh-theme shell shell-theme zsh

Last synced: about 1 month ago
JSON representation

Mirage shell theme for Oh My Zsh.

Lists

README

        

# Oh My Zsh Mirage Theme

![Preview of Oh my zsh Mirage theme](./doc/img/ohmyzsh-mirage-preview.svg "Preview")

## 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](https://github.com/ohmyzsh/ohmyzsh#getting-started).

```sh
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.

```sh
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](./LICENSE) for more information.