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:
@@ -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.*
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user