diff --git a/scripts/setup-zsh.sh b/scripts/setup-zsh.sh index 8d6dd0f..9a1e29f 100644 --- a/scripts/setup-zsh.sh +++ b/scripts/setup-zsh.sh @@ -129,7 +129,7 @@ install_zinit() { } # ── Deploy .zshrc ───────────────────────────────────────────────────────────── -ZSHRC_URL="https://gitea.example.com///raw/branch/main/_zshrc" # ← update to your Gitea raw URL +ZSHRC_URL="https://git.xnmr.ph/mx/CLI-dots/raw/branch/main/config/.zshrc" deploy_zshrc() { local dest="${HOME}/.zshrc"