From 4e28d216967b7d801a2568a581ad8ae2c3602c28 Mon Sep 17 00:00:00 2001 From: mx Date: Sat, 28 Mar 2026 18:48:50 +0000 Subject: [PATCH] Update scripts/setup-zsh.sh --- scripts/setup-zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"