Skip to content

Commit

Permalink
Add installation guide of antigen user to README (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 authored and superbrothers committed Mar 16, 2019
1 parent 46081ea commit 2345ac1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@ autoload -U colors; colors
RPROMPT='%{$fg[blue]%}($ZSH_KUBECTL_PROMPT)%{$reset_color%}'
```

If you use [antigen](https://github.com/zsh-users/antigen), load this repository as follows:
```sh
source /path-to-antigen/antigen.zsh

# load this plugin
antigen bundle superbrothers/zsh-kubectl-prompt

# tell antigen that you're done.
antigen apply

autoload -U colors; colors
RPROMPT='%{$fg[blue]%}($ZSH_KUBECTL_PROMPT)%{$reset_color%}'
```

## License

This script is released under the MIT License.

0 comments on commit 2345ac1

Please sign in to comment.