From 29d127f66ff07ce5717f89ec75d6ff3db21ad373 Mon Sep 17 00:00:00 2001 From: Nic O'Connor Date: Thu, 28 May 2026 18:42:18 -0400 Subject: [PATCH] Use real origin remote URLs in README Replace the 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) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 104b7ea..f93daf8 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ My terminal setup as a one-liner. Works on Debian/Ubuntu, Fedora/RHEL, Arch, and ## Install ```sh -git clone https://github.com//dotfiles ~/dotfiles +git clone https://git.nic-oconnor.com/noconnor/dotfiles.git ~/dotfiles cd ~/dotfiles && ./install.sh ``` Or, if you trust me: ```sh -curl -fsSL https://raw.githubusercontent.com//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.