20 lines
379 B
Text
20 lines
379 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 "linux" }}
|
|
dot_Xresources
|
|
{{- end }}
|
|
|
|
{{- if ne .host.distro.id "windows" }}
|
|
AppData/
|
|
{{- end }}
|