mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 03:14:52 -06:00
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.
4 lines
134 B
Cheetah
4 lines
134 B
Cheetah
{{/* Windows only*/}}
|
|
{{ if eq .chezmoi.os "windows" }}
|
|
{{ .chezmoi.sourceDir }}/.config-source/vscode/settings.windows.json
|
|
{{ end }} |