install.fairie/home/.chezmoiignore

29 lines
608 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
2023-02-15 20:11:37 -08:00
.VirtualBox
.Xresources
{{- end }}
{{- if ne .host.qubes true }}
dot_local/bin/executable_ramqube
{{- end }}
{{- if ne .host.distro.family "windows" }}
AppData/
{{- end }}