feat: update git repository references to TurnersRUs

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 <noreply@anthropic.com>
This commit is contained in:
Eric Turner
2025-08-02 20:35:44 -06:00
parent 679e3407e4
commit a35d617953
2 changed files with 2 additions and 2 deletions

View File

@@ -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.*

View File

@@ -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"