From 1d0f05b6fb90c6ea0a7429ff957b59b03366f3ce Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 14 Dec 2023 08:19:51 +0000 Subject: docs: add fish install script (#1447) --- docs/docs/guide/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/docs/guide/index.md b/docs/docs/guide/index.md index 56658f20..ba675d43 100644 --- a/docs/docs/guide/index.md +++ b/docs/docs/guide/index.md @@ -53,10 +53,20 @@ bindings](https://atuin.sh/docs/key-binding#disable-up-arrow) Let's get started! First up, you will want to install Atuin. We have an install script which handles most of the commonly used platforms and package managers: +## bash/zsh + ``` bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) ``` +## fish + +``` +bash (curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh | psub) +``` + +## Importing + The script will install the binary and attempt to configure your shell. Atuin uses a shell plugin to ensure that we capture new shell history. But for older history, you will need to import it -- cgit v1.3.1