28 lines
592 B
Text
28 lines
592 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" }}
|
|
.local/bin/executable_install-gnome-extensions
|
|
.local/bin/executable_kde-wallpaper
|
|
.VirtualBox
|
|
.Xresources
|
|
{{- end }}
|
|
|
|
{{- if ne .host.qubes true }}
|
|
.local/bin/ramqube
|
|
{{- end }}
|
|
|
|
{{- if ne .host.distro.family "windows" }}
|
|
AppData/
|
|
{{- end }}
|