install.fairie/home/.chezmoiignore

29 lines
614 B
Text
Raw Normal View History

2023-01-03 22:51:05 -08:00
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 }}