diff options
-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 }} |