refactor: consolidate managed configs and switch go/tool-versions to mise

Reorganize symlinked configs from .config-source to .managed directory for better clarity on auto-updated vs manual files. Add mise config.toml to replace .tool-versions, pin zoxide and deno versions. Remove Go from PATH templates since it's now managed via mise.
This commit is contained in:
2026-01-01 16:59:58 -06:00
parent cbb871094d
commit 3c777c146a
29 changed files with 516 additions and 22 deletions
@@ -1,4 +1,4 @@
{{/* Windows only*/}}
{{ if eq .chezmoi.os "windows" }}
{{ .chezmoi.sourceDir }}/.config-source/cursor/keybindings.windows.json
{{ .chezmoi.sourceDir }}/.managed/cursor/keybindings.windows.json
{{ end }}
@@ -1,4 +1,4 @@
{{/* Windows only*/}}
{{ if eq .chezmoi.os "windows" }}
{{ .chezmoi.sourceDir }}/.config-source/cursor/settings.windows.json
{{ .chezmoi.sourceDir }}/.managed/cursor/settings.windows.json
{{ end }}