mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 20:00:38 +01:00
Merge pull request #14 from unixorn/master
Add install instructions for antigen users
This commit is contained in:
@@ -57,6 +57,7 @@ In order to use the theme, you will first need:
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
### 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/**
|
||||||
@@ -66,6 +67,13 @@ In order to use the theme, you will first need:
|
|||||||
ZSH_THEME="bullet-train"
|
ZSH_THEME="bullet-train"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### For antigen users
|
||||||
|
add
|
||||||
|
```bash
|
||||||
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user