https://github.com/9seconds/9seconds-zsh-theme
My ZSH theme
https://github.com/9seconds/9seconds-zsh-theme
Last synced: about 1 year ago
JSON representation
My ZSH theme
- Host: GitHub
- URL: https://github.com/9seconds/9seconds-zsh-theme
- Owner: 9seconds
- License: mit
- Created: 2014-04-13T14:41:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T17:13:35.000Z (about 10 years ago)
- Last Synced: 2025-02-01T06:41:38.687Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
9seconds-zsh-theme
==================
My ZSH theme based on brilliant [AVIT](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/avit.zsh-theme) theme from [Oh My ZSH](http://ohmyz.sh).
It looks like this.

Basically I removed all clutter (I do not want to know a time of the last modification), removed ruby stuff and add support for Python Virtualenv.
Works best with Solarized.
Installation
------------
If you want to do it quick, just do it quick
```bash
$ curl -L https://raw.github.com/9seconds/9seconds-zsh-theme/master/install.sh | bash
```
and then choose it in your `.zshrc`
```bash
ZSH_THEME="9seconds"
```
And you are done.