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: