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

https://github.com/igormp/Imp

Imp theme for zsh
https://github.com/igormp/Imp

Last synced: 4 months ago
JSON representation

Imp theme for zsh

Awesome Lists containing this project

README

          

# Imp theme

Theme based on [Zork](https://github.com/Bash-it/bash-it/wiki/Themes#zork).

![Imp demo](imp.png)

## Installation

Follow the [oh-my-zsh instructions](https://github.com/robbyrussell/oh-my-zsh/wiki/Customization#overriding-and-adding-themes) or run the following:
```
mkdir -p $ZSH_CUSTOM/themes && curl https://raw.githubusercontent.com/igormp/Imp/master/imp.zsh-theme -L -o $ZSH_CUSTOM/themes/imp.zsh-theme
```
Then set the theme in your **.zshrc** file

```
ZSH_THEME="imp"
```

And enjoy!