install.fairie/home/.chezmoiignore
Brian Zalewski 72fe8bc508 Update 2 files
- /home/.chezmoiremove
- /home/.chezmoiignore
2022-12-25 09:11:27 +00:00

28 lines
618 B
Text

chezmoi.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 }}