From ee89129c2b31c00046773b6d304c56cbfeaa5afa Mon Sep 17 00:00:00 2001 From: Webmaster At Cosmic DNA <92752640+DanielAtCosmicDNA@users.noreply.github.com> Date: Wed, 2 Nov 2022 20:57:37 +0000 Subject: [PATCH] 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 * Update README.md Co-authored-by: Ellie Huxtable Co-authored-by: Ellie Huxtable --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebc9fa67..2ab2e848 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: