summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWebmaster At Cosmic DNA <92752640+DanielAtCosmicDNA@users.noreply.github.com>2022-11-02 20:57:37 +0000
committerGitHub <noreply@github.com>2022-11-02 20:57:37 +0000
commitee89129c2b31c00046773b6d304c56cbfeaa5afa (patch)
tree18a00fe93863b138c36e87a9049e46ca89a4e8b5 /README.md
parent6e3304b485a0bab3d41ad5746cd607c8a8b3f38c (diff)
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index ebc9fa678..2ab2e848c 100644
--- a/README.md
+++ b/README.md
@@ -210,12 +210,18 @@ the install script, this should all be done for you!
echo 'eval "$(atuin init zsh)"' >> ~/.zshrc
```
-Or using a plugin manager:
+#### Zinit
-```
+```sh
zinit load ellie/atuin
```
+#### Antigen
+
+```sh
+antigen bundle ellie/atuin@main
+```
+
### bash
We need to setup some hooks, so first install bash-preexec: