Commit Graph

6 Commits

Author SHA1 Message Date
42c85f4468 fix: local keyword invalid outside function, use plain variable 2026-05-11 20:04:54 -04:00
369181e705 fix stash: only pop if we actually stashed 2026-05-11 20:04:11 -04:00
83f95e1f3f fix install_nvchad.sh: stash around pull, use deploy_nvim from _lib.sh
The bare git pull was blocking sync when nvchad had local changes (e.g. a
typechange from symlink), causing set -euo pipefail to abort the whole script
before deploy_nvim ran. Stash/pop makes the pull safe.

Replaces the local deploy_nvim_modules (which blindly backed up and recreated
symlinks every run, accumulating .backup files) with deploy_nvim from _lib.sh,
which is idempotent and shared with sync.sh.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 20:01:09 -04:00
4acee9be8b fix nvchad pull using wrong remote name
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 03:33:48 -04:00
75466aa599 install_nvchad: pull instead of re-clone if already installed, deploy lua modules after clone 2026-05-10 02:50:57 -04:00
0c1f15e31a install nvchad 2026-01-18 10:19:38 -05:00