mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
📝 Tropicalise README for usage as a Oh My Zsh plugin.
This commit is contained in:
parent
0a19871e6f
commit
fd3c736d9c
1 changed files with 2 additions and 4 deletions
|
|
@ -38,8 +38,6 @@ Example usage:
|
||||||
|
|
||||||
### Oh my Zsh
|
### Oh my Zsh
|
||||||
|
|
||||||
Git clone this repository to the Oh my Zsh custom plugins folder.
|
|
||||||
|
|
||||||
Add plugin to plugins directive in `~/.zshrc`
|
Add plugin to plugins directive in `~/.zshrc`
|
||||||
```zsh
|
```zsh
|
||||||
plugins=(
|
plugins=(
|
||||||
|
|
@ -48,13 +46,13 @@ plugins=(
|
||||||
)
|
)
|
||||||
|
|
||||||
source $HOME/.oh-my-zsh/oh-my-zsh.sh
|
source $HOME/.oh-my-zsh/oh-my-zsh.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Antigen
|
### Antigen
|
||||||
It is recommended to use a `.antigenrc` file. Then add the following to it:
|
It is recommended to use a `.antigenrc` file. Then add the following to it:
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
antigen bundle DanielAtKrypton/viper-env
|
antigen bundle viper-env
|
||||||
|
|
||||||
# Apply changes
|
# Apply changes
|
||||||
antigen apply
|
antigen apply
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue