From 99f27194b0a22528b110af775d107f11bac155f3 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 7 Jan 2024 10:55:25 -0500 Subject: Don't install .xinitrc or .xsession on Linux --- .chezmoiignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.chezmoiignore b/.chezmoiignore index 4580aad..e041a3c 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -12,14 +12,12 @@ packages-openbsd chezmoi.toml.censored crontab -{{- if ne .chezmoi.os "openbsd" }} -# only install if on openbsd -.urxvt/perl +{{- if eq .chezmoi.os "linux" }} +# don't install the following on linux .xmonad/build .xmonad/xmonad-config.cabal -{{- end }} -{{- if ne .chezmoi.os "linux" }} -# only install on linux +.xinitrc +.xsession afs {{- end }} -- cgit v1.2.3