diff options
author | Ryan Kavanagh <rak@rak.ac> | 2024-01-07 10:55:25 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2024-01-07 10:55:25 -0500 |
commit | 99f27194b0a22528b110af775d107f11bac155f3 (patch) | |
tree | 552940e5a3e3e6fd92f1067a198b5d021df7d3bd /.chezmoiignore | |
parent | wpa (diff) |
Don't install .xinitrc or .xsession on Linux
Diffstat (limited to '')
-rw-r--r-- | .chezmoiignore | 10 |
1 files 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 }} |