Skip to content

Commit

Permalink
[master] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfsf committed Nov 9, 2017
1 parent 8173181 commit 0979f83
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# guri
Simple and fast ZSH theme for Python developers
# Guri

Simple and fast Oh-My-Zsh theme for Python developers

![Guri Screenshot](https://github.com/victorfsf/guri/raw/master/screenshot.png)

## Installing

#### This theme requires [Oh-My-Zsh](https://github.com/robbyrussell/oh-my-zsh).

Download the file and save it to `~/.oh-my-zsh`:
```
curl -o $HOME/.oh-my-zsh/themes/guri.zsh-theme https://raw.githubusercontent.com/victorfsf/guri/master/guri.zsh-theme
```

Then, update the `ZSH_THEME` variable in your `~/.zshrc`:
```
ZSH_THEME="guri"
```

And reload your shell:
```
. ~/.zshrc
```

0 comments on commit 0979f83

Please sign in to comment.