Files
dotfiles/home/AppData/Roaming/Code/User/symlink_keybindings.json.tmpl
Xevion 3c777c146a 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.
2026-01-01 17:00:30 -06:00

4 lines
131 B
Cheetah

{{/* Windows only*/}}
{{ if eq .chezmoi.os "windows" }}
{{ .chezmoi.sourceDir }}/.managed/vscode/keybindings.windows.json
{{ end }}