16 lines
315 B
Text
16 lines
315 B
Text
chezmoi.txt.age
|
|
.chezmoiscripts/**/*
|
|
!.chezmoiscripts/{{ .host.distro.id }}/**/*
|
|
|
|
{{- if ne .host.distro.id "windows" }}
|
|
!.chezmoiscripts/_universal/**/*
|
|
!.chezmoiscripts/universal/**/*
|
|
{{- end }}
|
|
|
|
{{- if ne .host.distro.id "darwin" }}
|
|
Library
|
|
{{- end }}
|
|
|
|
{{- if ne .host.distro.id "windows" }}
|
|
AppData/
|
|
{{- end }}
|