From a35d6179534c0396ca73afca9a657a06eafcd635 Mon Sep 17 00:00:00 2001 From: Eric Turner Date: Sat, 2 Aug 2025 20:35:44 -0600 Subject: [PATCH] feat: update git repository references to TurnersRUs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update README.md and install-web.sh to use the correct git repository URL https://git.turnersrus.com/razzam21/dotfiles instead of placeholder GitHub URLs. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 2 +- install-web.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8692dc4..eaa9faf 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Get your consistent terminal environment up and running in minutes! ### One-Line Installation (Recommended) ```bash -curl -fsSL https://raw.githubusercontent.com/your-username/dotfiles/main/install-web.sh | bash +curl -fsSL https://raw.git.turnersrus.com/razzam21/dotfiles/main/install-web.sh | bash ``` *Replace `your-username/dotfiles` with the actual GitHub path to this repository.* diff --git a/install-web.sh b/install-web.sh index 067595e..6777034 100755 --- a/install-web.sh +++ b/install-web.sh @@ -13,7 +13,7 @@ CYAN='\033[0;36m' NC='\033[0m' # No Color # Configuration -REPO_URL="https://github.com/your-username/dotfiles" +REPO_URL="https://git.turnersrus.com/razzam21/dotfiles" DOTFILES_DIR="$HOME/.dotfiles" BRANCH="main"