docs: update clone and remote URLs to GitHub mirror

This commit is contained in:
Sarthak 2026-09-14 17:09:12 +05:30
parent 38b38a8ef0
commit e902582d7e
2 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,7 @@
# splash. Anything it would replace is moved to ~/.rice-backup-<date>/ first.
set -uo pipefail
RICE_REMOTE="${RICE_REMOTE:-https://git.srtk.in/sarthak/dotfiles.git}"
RICE_REMOTE="${RICE_REMOTE:-https://github.com/sarthak1337-alt/dotfiles.git}"
RICE_HOME="${RICE_HOME:-$HOME/rice}"
STATE="${XDG_STATE_HOME:-$HOME/.local/state}/rice"
BACKUP="$HOME/.rice-backup-$(date +%Y%m%d-%H%M%S)"