-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.chezmoiignore.tmpl
More file actions
36 lines (31 loc) · 831 Bytes
/
.chezmoiignore.tmpl
File metadata and controls
36 lines (31 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
LICENSE
README.md
CLAUDE.md
install.sh
legacy/
.claude/
docs/
# Ignore scripts directory (run_* scripts are in repo root)
scripts/
# Plaintext versions of encrypted files are for local editing only, never deployed
**/decrypted_*
{{ if not .decrypt }}
# Encryption not configured for this profile — skip encrypted files
**/*.age
{{ end }}
{{ if ne .chezmoi.os "darwin" }}
# macOS-only apps — skip on Linux
dot_config/aerospace/
dot_config/borders/
dot_config/sketchybar/
{{ end }}
{{ if ne .de "hyprland-omarchy" }}
# Hyprland+omarchy ecosystem — skip on non-Hyprland systems
dot_config/hypr/
dot_config/quickshell/
dot_config/hypr-dock/
dot_config/xdg-desktop-portal/
dot_config/systemd/user/xdg-desktop-portal-gnome.service.d/
dot_config/fish/functions/iso2sd.fish
dot_local/bin/executable_lan-mouse-extended
{{ end }}