diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-12-19 12:06:14 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-12-20 19:24:37 -0500 |
commit | ff3a0d3390e98a7308b79f54ba4317014adbb679 (patch) | |
tree | 7e90b4719663e50812f042f7b5b5a9b50bad7b2b | |
parent | Delay autolock on openbsd (diff) |
Only install ~/afs on Linux
-rw-r--r-- | .chezmoiignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index 8bf6e39..8772f56 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -17,6 +17,10 @@ crontab .xmonad/build .xmonad/xmonad-config.cabal {{- end }} +{{- if ne .chezmoi.os "linux" }} +# only install on linux +afs +{{-end }} # files in home .*~ |