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

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

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.

![9seconds theme](https://raw.githubusercontent.com/9seconds/9seconds-zsh-theme/master/screenshot.png)

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.