Files
dotfiles/home/AppData/Roaming/Code/User/symlink_keybindings.json.tmpl
Ryan Walters 751efbc719 feat: add IDE and lazygit configuration management with cross-platform symlinks
Adds comprehensive IDE configuration tracking with platform-specific symlink templates for VS Code, Cursor, and lazygit. Windows configurations stored in AppData paths, Linux configs in .config directories, with conditional templating based on OS detection.
2025-10-27 16:44:18 -05:00

4 lines
137 B
Cheetah

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