diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-12-19 12:06:14 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-12-19 12:06:14 -0500 |
commit | 12a312b0524eae2d1380eebb8989ee40ea2c0fce (patch) | |
tree | 7400826c1208b7c573fe93c5e92aa5b4e30c7269 | |
parent | SSH key for koios (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 .*~ |