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
- Host: GitHub
- URL: https://github.com/igormp/Imp
- Owner: igormp
- License: mit
- Created: 2017-01-24T00:30:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T16:10:08.000Z (about 1 year ago)
- Last Synced: 2024-11-05T17:24:45.818Z (about 1 year ago)
- Language: Shell
- Size: 222 KB
- Stars: 28
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - imp - Based on [zork](https://github.com/Bash-it/bash-it/wiki/Themes#zork) and optimized for dark backgrounds. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - imp - Based on <b><code> ?⭐</code></b> <b><code> ?🍴</code></b> [zork](https://github.com/Bash-it/bash-it/wiki/Themes#zork)) and optimized for dark backgrounds. (Themes / ZSH on Windows)
- awesome-zsh-plugins - imp - Based on [zork](https://github.com/Bash-it/bash-it/wiki/Themes#zork) and optimized for dark backgrounds. (Themes / Zinit (née zplugin))
README
# Imp theme
Theme based on [Zork](https://github.com/Bash-it/bash-it/wiki/Themes#zork).

## 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!