Skip to content

Commit

Permalink
docs: add fish install script (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie authored Dec 14, 2023
1 parent a973697 commit 1d0f05b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,12 @@ This will sign you up for the default sync server, hosted by me. Everything is e
Read more below for offline-only usage, or for hosting your own server.

```
# bash/zsh/etc
bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh)
# fish
bash (curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh | psub)
atuin register -u <USERNAME> -e <EMAIL>
atuin import auto
atuin sync
Expand Down
10 changes: 10 additions & 0 deletions docs/docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 1d0f05b

@vercel
Copy link

@vercel vercel bot commented on 1d0f05b Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

atuin-docs – ./

atuin-docs-git-main-atuin.vercel.app
atuin-docs-atuin.vercel.app
atuin-docs.vercel.app

Please sign in to comment.