summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-07-30 23:08:00 +0100
committerGitHub <noreply@github.com>2023-07-30 23:08:00 +0100
commit1fb7caa2d6eafd9985324252ec3092abc37ec8fc (patch)
tree2119e828392692dc4bfaf3d0d356e82172b625c4 /README.md
parent5a457d6b3b4431d5fadfb533cf01238878e41947 (diff)
Move all references to the old repo (#1132)
The repo now lives on an org! Move all references to the old path.
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 009b8e2fb..c010f34a1 100644
--- a/README.md
+++ b/README.md
@@ -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