diff options
author | Ryan Kavanagh <rak@rak.ac> | 2024-03-21 10:47:59 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2024-03-21 10:47:59 -0400 |
commit | 6b8b859ae3cd96651ff3325abeca1b46ecdc0d35 (patch) | |
tree | 07c83efcc873d0a8014d15844565415ca48925a1 | |
parent | rak-meta 0.5 (diff) |
Delete some files
Diffstat (limited to '')
-rw-r--r-- | .chezmoiignore | 3 | ||||
-rw-r--r-- | .chezmoiremove | 10 |
2 files changed, 11 insertions, 2 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index e041a3c..f4aa1fa 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -14,8 +14,7 @@ crontab {{- if eq .chezmoi.os "linux" }} # don't install the following on linux -.xmonad/build -.xmonad/xmonad-config.cabal +.xmonad .xinitrc .xsession afs diff --git a/.chezmoiremove b/.chezmoiremove index fa77749..c5d2466 100644 --- a/.chezmoiremove +++ b/.chezmoiremove @@ -9,3 +9,13 @@ bin/mutt .config/systemd/user/borgmatic@tosh.service.wants/backup-email@mail.cs.mcgill.ca.service .config/neomutt/news.rc .xkb +afs + + +{{- if eq .chezmoi.os "linux" }} +# don't install the following on linux +.xmonad +.xinitrc +.xsession +afs +{{- end }} |