aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorSimen A. W. Olsen <hello@simenandre.no>2026-08-15 00:03:49 +0200
committerSimen A. W. Olsen <hello@simenandre.no>2026-08-15 00:03:49 +0200
commit3c7ea11324ca5539bfabace350993719e9e205b3 (patch)
tree86948e9a10f0ca65e1ec25a6dd669d7a0f356187 /INSTALL.md
parent653ebf40676e7448548869e2e79154471dfab047 (diff)
downloaddotfiles-3c7ea11324ca5539bfabace350993719e9e205b3.tar.gz
dotfiles-3c7ea11324ca5539bfabace350993719e9e205b3.zip
chore: migrate repository to simenandre.no
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/INSTALL.md b/INSTALL.md
index c00cc23..805b776 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -47,18 +47,18 @@ eval "$(/opt/homebrew/bin/brew shellenv)"
### 4. Clone the repository
The clone path is not arbitrary — the `rebuild` and `update` aliases in
-`modules/home/zsh.nix` point at `~/ghq/github.com/simenandre/dotfiles`, so
-clone it there.
+`modules/home/zsh.nix` point at `~/ghq/simenandre.no/dotfiles`, so clone it
+there.
```shell
-mkdir -p ~/ghq/github.com/simenandre
-git clone https://github.com/simenandre/dotfiles.git ~/ghq/github.com/simenandre/dotfiles
-cd ~/ghq/github.com/simenandre/dotfiles
+mkdir -p ~/ghq/simenandre.no
+git clone https://simenandre.no/dotfiles.git ~/ghq/simenandre.no/dotfiles
+cd ~/ghq/simenandre.no/dotfiles
```
HTTPS on purpose: SSH access depends on 1Password's SSH agent, which is not
-installed yet. After the first switch, git rewrites GitHub HTTPS remotes to SSH
-(`url."ssh://git@github.com/".insteadOf`), so this remote keeps working.
+installed yet. After the first switch, git rewrites the HTTPS remote to SSH
+(`url."git@simenandre.no:".insteadOf`), so this remote keeps working.
### 5. First switch (bootstrap nix-darwin)