📝 Tropicalise README for usage as a Oh My Zsh plugin.

This commit is contained in:
DanielAtKrypton 2025-06-20 21:18:34 +01:00
commit fd3c736d9c
No known key found for this signature in database
GPG key ID: F687BC913B85A4F9

View file

@ -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