install.fairie/.local/share/chezmoi/home/.chezmoiignore

28 lines
603 B
Text
Raw Normal View History

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_Xresources
{{- end }}
{{- if ne .host.qubes true }}
dot_local/bin/executable_ramqube
{{- end }}
{{- if ne .host.distro.family "windows" }}
AppData/
{{- end }}