-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chezmoiignore
37 lines (31 loc) · 891 Bytes
/
.chezmoiignore
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
37
{{/* Arch-based */}}
{{if (not (eq .htv.platform "archlinux" "artixlinux"))}}
.config/pacman/makepkg.conf
.config/paru/paru.conf
.config/electron-flags.conf
htv-local/share/pacman.conf
{{end}}
{{/* Artix Linux */}}
{{if (ne .htv.platform "artixlinux")}}
htv-local/bin/autostart-foot
htv-local/bin/autostart-pipewire
{{end}}
{{/* Catppuccin Latte */}}
{{if (ne .htv.catppuccin "latte")}}
.local/share/color-schemes/CatppuccinLatteSky.colors
{{end}}
{{/* Catppuccin Frappé */}}
{{if (ne .htv.catppuccin "frappe")}}
.local/share/color-schemes/CatppuccinFrappeSapphire.colors
{{end}}
{{/* Catppuccin Macchiato */}}
{{if (ne .htv.catppuccin "macchiato")}}
.local/share/color-schemes/CatppuccinMacchiatoSapphire.colors
{{end}}
{{/* Catppuccin Mocha */}}
{{if (ne .htv.catppuccin "mocha")}}
.local/share/color-schemes/CatppuccinMochaSapphire.colors
{{end}}
{{/* Other */}}
LICENSE
README.md