14 lines
302 B
Text
14 lines
302 B
Text
|
.chezmoiscripts/**/*
|
||
|
!.chezmoiscripts/{{ .host.distro.id }}/**/*
|
||
|
!.chezmoiscripts/universal/**/*
|
||
|
|
||
|
{{- if ne .host.distro.id "qubes" }}
|
||
|
boot/efi/EFI/qubes
|
||
|
etc/qubes
|
||
|
etc/yum.repos.d/qubes-dom0.repo
|
||
|
{{- end }}
|
||
|
|
||
|
{{- if eq .host.distro.family "windows" }}
|
||
|
usr/local/bin/executable_squash-symlink
|
||
|
{{- end }}
|