Update scripts/setup-zsh.sh

This commit is contained in:
mx
2026-03-28 18:48:50 +00:00
parent b165bf94b9
commit 4e28d21696

View File

@@ -129,7 +129,7 @@ install_zinit() {
} }
# ── Deploy .zshrc ───────────────────────────────────────────────────────────── # ── Deploy .zshrc ─────────────────────────────────────────────────────────────
ZSHRC_URL="https://gitea.example.com/<user>/<repo>/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() { deploy_zshrc() {
local dest="${HOME}/.zshrc" local dest="${HOME}/.zshrc"