commit b83c5452502fdfb3928933b4fbaadca99406e6ad parent 61f4bff793557dd5e0d92de2f0f7297ad810f1af Author: Stefan Koch <programming@stefan-koch.name> Date: Sun, 9 Oct 2022 16:27:53 +0200 ignore .Xresources on server Diffstat:
A | .chezmoiignore | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.chezmoiignore b/.chezmoiignore @@ -0,0 +1,4 @@ +{{- if eq .chezmoi.hostname "homeserver" }} +# X files are not needed on a server without X +.Xresources +{{- end }}