Use real origin remote URLs in README

Replace the <you> GitHub placeholders with the actual Gitea origin
(git.nic-oconnor.com/noconnor/dotfiles), using Gitea's raw-content path
format for the curl install line.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-28 18:42:18 -04:00
parent c5a2bfb6f4
commit 29d127f66f

View File

@@ -12,14 +12,14 @@ My terminal setup as a one-liner. Works on Debian/Ubuntu, Fedora/RHEL, Arch, and
## Install ## Install
```sh ```sh
git clone https://github.com/<you>/dotfiles ~/dotfiles git clone https://git.nic-oconnor.com/noconnor/dotfiles.git ~/dotfiles
cd ~/dotfiles && ./install.sh cd ~/dotfiles && ./install.sh
``` ```
Or, if you trust me: Or, if you trust me:
```sh ```sh
curl -fsSL https://raw.githubusercontent.com/<you>/dotfiles/main/install.sh | bash curl -fsSL https://git.nic-oconnor.com/noconnor/dotfiles/raw/branch/main/install.sh | bash
``` ```
The script is idempotent — re-run it any time to pull updates. The script is idempotent — re-run it any time to pull updates.