Update README.md with antigen instruction. (#549)

* Update README.md with antigen instruction.

Add Antigen plugin manager instruction.

* Update README.md

Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>

* Update README.md

Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>

Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
This commit is contained in:
Webmaster At Cosmic DNA 2022-11-02 20:57:37 +00:00 committed by GitHub
parent 6e3304b485
commit ee89129c2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,12 +210,18 @@ the install script, this should all be done for you!
echo 'eval "$(atuin init zsh)"' >> ~/.zshrc echo 'eval "$(atuin init zsh)"' >> ~/.zshrc
``` ```
Or using a plugin manager: #### Zinit
``` ```sh
zinit load ellie/atuin zinit load ellie/atuin
``` ```
#### Antigen
```sh
antigen bundle ellie/atuin@main
```
### bash ### bash
We need to setup some hooks, so first install bash-preexec: We need to setup some hooks, so first install bash-preexec: