From 1fb7caa2d6eafd9985324252ec3092abc37ec8fc Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 30 Jul 2023 23:08:00 +0100 Subject: Move all references to the old repo (#1132) The repo now lives on an org! Move all references to the old path. --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 009b8e2f..c010f34a 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@

- + - + @@ -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 -e 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 -- cgit v1.3.1