Skip to content

Commit 9d4301f

Browse files
committed
fix: update all URLs from yannvr/ to hyperdrift-io/
1 parent e74cf01 commit 9d4301f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ session management, fuzzy finding, LSP-ready, GitHub Copilot, and full vim/nvim
77
key-binding parity. Built for developers who live in the terminal.
88

99
```bash
10-
bash <(curl -fsSL https://raw.githubusercontent.com/yannvr/nvim-config/main/install.sh)
10+
bash <(curl -fsSL https://raw.githubusercontent.com/hyperdrift-io/nvim-config/main/install.sh)
1111
```
1212

1313
---
@@ -112,7 +112,7 @@ The `--remote` flag is optimised for bastion hosts and remote servers:
112112

113113
```bash
114114
# One-liner for a fresh server
115-
bash <(curl -fsSL https://raw.githubusercontent.com/yannvr/nvim-config/main/install.sh) --remote --yes
115+
bash <(curl -fsSL https://raw.githubusercontent.com/hyperdrift-io/nvim-config/main/install.sh) --remote --yes
116116
```
117117

118118
---

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# =============================================================================
1515
set -euo pipefail
1616

17-
REPO_URL="https://github.com/yannvr/nvim-config"
18-
RAW_URL="https://raw.githubusercontent.com/yannvr/nvim-config/main"
17+
REPO_URL="https://github.com/hyperdrift-io/nvim-config"
18+
RAW_URL="https://raw.githubusercontent.com/hyperdrift-io/nvim-config/main"
1919
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]:-$0}")" && pwd)"
2020

2121
# ── colours ───────────────────────────────────────────────────────────────────
@@ -311,7 +311,7 @@ echo " ██║ ╚████║ ╚████╔╝ ██║██║
311311
echo " ╚═╝ ╚═══╝ ╚═══╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═════╝ "
312312
echo ""
313313
echo " Battle-tested vim/neovim setup. One command. Any machine."
314-
echo " $REPO_URL"
314+
echo " https://github.com/hyperdrift-io/nvim-config"
315315
echo ""
316316

317317
# ── main ──────────────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)