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

https://github.com/vinhnx/vinhnx.zsh-theme

My modified theme from themes/mgutz.zsh-theme, for oh-my-zsh (zshell). Looks great when using with Solarized color scheme.
https://github.com/vinhnx/vinhnx.zsh-theme

Last synced: 7 months ago
JSON representation

My modified theme from themes/mgutz.zsh-theme, for oh-my-zsh (zshell). Looks great when using with Solarized color scheme.

Awesome Lists containing this project

README

          

# oh-my-zsh theme
-----------------
This is my modified theme from [themes/mgutz.zsh-theme](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/mgutz.zsh-theme) for [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) (zshell) with minimal effort.
Looks great when using with Solarized color scheme.

## Screenshots

![screenshot](http://i.imgur.com/ERLvH.png)

## Usage

```bash
$ git clone git@github.com:vinhnx/vinhnx.zsh-theme.git
$ cd vinhnx.zsh-theme
$ cp vinhnx.zsh-theme ~/.oh-my-zsh/themes
```

Then open you `.zshrc` file and change the theme name to `vinhnx`

Or edit with vim:
```bash
$ cd ~/
$ vim .zshrc
```

Change the line starting with `export ZSH_THEME="..."` and replace `...` with `vinhnx`

It should look like this in your `.zshrc` file after editing:

```bash
export ZSH_THEME="vinhnx"
```

hit write & save `:wq`, then restart zsh and enjoy!

### Tips*

Solarized color sheme can be found here, choose one that suits you, then install it.
- [Solarized](http://ethanschoonover.com/solarized)

I personally use Console2 with Cygwin and Zsh, so I choose the scheme for my console2 which can be found here:
- [The Solarized theme ported to Console2](https://github.com/stevenharman/console2-solarized)

~ Happy hacking! ;)

## License ##

There's no license or whatever, all I ask is a virtual high-five :hand:

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/vinhnx/vinhnx.zsh-theme/trend.png)](https://bitdeli.com/free "Bitdeli Badge")