Small fix on antigen installation instruction in README

Conflicts:
	README.md
This commit is contained in:
Caio Gondim
2014-08-21 10:49:31 +02:00
parent a404b89dd4
commit 3f1f983130

View File

@@ -58,21 +58,25 @@ In order to use the theme, you will first need:
## Installing ## Installing
### For oh-my-zsh users ### For oh-my-zsh users
1. Download the theme [here](http://raw.github.com/caiogondim/bullet-train-oh-my-zsh-theme/master/bullet-train.zsh-theme) 1. Download the theme [here](http://raw.github.com/caiogondim/bullet-train-oh-my-zsh-theme/master/bullet-train.zsh-theme)
2. Put the file **bullet-train.zsh-theme** in **~/.oh-my-zsh/themes/** 2. Put the file **bullet-train.zsh-theme** in **~/.oh-my-zsh/themes/**
3. Configure the theme in your **~/.zshrc** file: 3. Configure the theme in your **~/.zshrc** file:
```bash ```bash
ZSH_THEME="bullet-train" ZSH_THEME="bullet-train"
``` ```
### For antigen users ### For antigen users
add
Add the following snippet to your **.zshrc** somewhere after the line
`antigen use oh-my-zsh`.
```bash ```bash
antigen theme https://github.com/caiogondim/bullet-train-oh-my-zsh-theme bullet-train antigen theme https://github.com/caiogondim/bullet-train-oh-my-zsh-theme bullet-train
``` ```
to your .zshrc somewhere after the line ```antigen use oh-my-zsh```
## Options ## Options