mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +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
|
||||
|
||||
Git clone this repository to the Oh my Zsh custom plugins folder.
|
||||
|
||||
Add plugin to plugins directive in `~/.zshrc`
|
||||
```zsh
|
||||
plugins=(
|
||||
|
|
@ -48,13 +46,13 @@ plugins=(
|
|||
)
|
||||
|
||||
source $HOME/.oh-my-zsh/oh-my-zsh.sh
|
||||
```
|
||||
```
|
||||
|
||||
### Antigen
|
||||
It is recommended to use a `.antigenrc` file. Then add the following to it:
|
||||
|
||||
```zsh
|
||||
antigen bundle DanielAtKrypton/viper-env
|
||||
antigen bundle viper-env
|
||||
|
||||
# Apply changes
|
||||
antigen apply
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue