install.fairie/home/.chezmoiignore
2023-01-04 06:51:05 +00:00

28 lines
614 B
Text

key.txt.age
.chezmoiscripts/**/*
!.chezmoiscripts/{{ .host.distro.id }}/**/*
!.chezmoiscripts/{{ .host.distro.family }}/**/*
{{- if ne .host.distro.id "windows" }}
!.chezmoiscripts/_universal/**/*
!.chezmoiscripts/universal/**/*
{{- end }}
{{- if ne .host.distro.family "darwin" }}
Library
{{- end }}
{{- if ne .host.distro.family "linux" }}
dot_local/bin/executable_install-gnome-extensions
dot_local/bin/executable_kde-wallpaper
dot_VirtualBox
dot_Xresources
{{- end }}
{{- if ne .host.qubes true }}
dot_local/bin/executable_ramqube
{{- end }}
{{- if ne .host.distro.family "windows" }}
AppData/
{{- end }}