Skip to content

Commit e1dd41e

Browse files
author
vincent
committed
edit README
1 parent 2d2aad4 commit e1dd41e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# gruvbox-zsh
22
A Gruvbox Theme for zsh. Original color scheme for Vim could be found [Gruvbox](https://github.com/morhetz/gruvbox).
3+
34
The ZSH theme based on [agnoster's Theme](https://gist.github.com/agnoster/3712874).
5+
46
![gruvbox-zsh](screenshot.png)
57

68
# Installation
7-
1. Download and install a [Nerd Font](https://nerdfonts.com/).
8-
2. Download `gruvbox.zsh-theme` and put it in `~/.oh-my-zsh/custom/themes/`.
9+
1. Download [iTerm2 Gruvbox Color Scheme](https://github.com/herrbischoff/iterm2-gruvbox) and import into iTerm. `iTerm2 Preferences -> Profiles -> Colors -> Color Preset`
10+
2. Download and install a [Nerd Font](https://nerdfonts.com/).
11+
3. Download `gruvbox.zsh-theme` and put it in `~/.oh-my-zsh/custom/themes/`.
912
``` bash
1013
curl -L https://raw.githubusercontent.com/sbugzu/gruvbox-zsh/master/gruvbox.zsh-theme > ~/.oh-my-zsh/custom/themes/gruvbox.zsh-theme
1114
```
12-
3. Enable the theme, add the following to your `~/.zshrc` or `~/.oh-my-zsh/custom/custom.zsh` file
15+
4. Enable the theme, add the following to your `~/.zshrc` or `~/.oh-my-zsh/custom/custom.zsh` file
1316
```
1417
ZSH_THEME="gruvbox"
1518
SOLARIZED_THEME="dark"

0 commit comments

Comments
 (0)