diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -9,10 +9,10 @@ <hr/> <p align="center"> - <a href="https://github.com/ellie/atuin/actions?query=workflow%3ARust"><img src="https://img.shields.io/github/actions/workflow/status/ellie/atuin/rust.yml?style=flat-square" /></a> + <a href="https://github.com/atuinsh/atuin/actions?query=workflow%3ARust"><img src="https://img.shields.io/github/actions/workflow/status/atuinsh/atuin/rust.yml?style=flat-square" /></a> <a href="https://crates.io/crates/atuin"><img src="https://img.shields.io/crates/v/atuin.svg?style=flat-square" /></a> <a href="https://crates.io/crates/atuin"><img src="https://img.shields.io/crates/d/atuin.svg?style=flat-square" /></a> - <a href="https://github.com/ellie/atuin/blob/main/LICENSE"><img src="https://img.shields.io/crates/l/atuin.svg?style=flat-square" /></a> + <a href="https://github.com/atuinsh/atuin/blob/main/LICENSE"><img src="https://img.shields.io/crates/l/atuin.svg?style=flat-square" /></a> <a href="https://discord.gg/Fq8bJSKPHh"><img src="https://img.shields.io/discord/954121165239115808" /></a> <a rel="me" href="https://hachyderm.io/@atuin"><img src="https://img.shields.io/mastodon/follow/109944632283122560?domain=https%3A%2F%2Fhachyderm.io&style=social"/></a> <a href="https://twitter.com/atuinsh"><img src="https://img.shields.io/twitter/follow/atuinsh?style=social" /></a> @@ -98,7 +98,7 @@ 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 <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) +bash <(curl https://raw.githubusercontent.com/atuinsh/atuin/main/install.sh) atuin register -u <USERNAME> -e <EMAIL> atuin import auto @@ -125,7 +125,7 @@ The response includes the URL to your graph. Feel free to share and/or embed thi ## Offline only (no sync) ``` -bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) +bash <(curl https://raw.githubusercontent.com/atuinsh/atuin/main/install.sh) atuin import auto ``` @@ -144,7 +144,7 @@ system package manager where possible (pacman, homebrew, etc etc). ``` # do not run this as root, root will be asked for if required -bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) +bash <(curl https://raw.githubusercontent.com/atuinsh/atuin/main/install.sh) ``` And then follow [the shell setup](#shell-plugin) @@ -183,7 +183,7 @@ And then follow [the shell setup](#shell-plugin) This repository is a flake, and can be installed using `nix profile`: ``` -nix profile install "github:ellie/atuin" +nix profile install "github:atuinsh/atuin" ``` Atuin is also available in [nixpkgs](https://github.com/NixOS/nixpkgs): @@ -216,7 +216,7 @@ And then follow [the shell setup](#shell-plugin) ### From source ``` -git clone https://github.com/ellie/atuin.git +git clone https://github.com/atuinsh/atuin.git cd atuin/atuin cargo install --path . ``` @@ -237,13 +237,13 @@ echo 'eval "$(atuin init zsh)"' >> ~/.zshrc #### Zinit ```sh -zinit load ellie/atuin +zinit load atuinsh/atuin ``` #### Antigen ```sh -antigen bundle ellie/atuin@main +antigen bundle atuinsh/atuin@main ``` ### bash |
