mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-05 23:14:46 -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.
3 lines
127 B
Cheetah
3 lines
127 B
Cheetah
{{ if (and (eq .chezmoi.os "linux") (not .wsl)) }}
|
|
{{ .chezmoi.sourceDir }}/.config-source/cursor/settings.linux.json
|
|
{{ end }} |