diff options
Diffstat (limited to '.chezmoiignore')
-rw-r--r-- | .chezmoiignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index 67bece8..6bc183a 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -7,3 +7,8 @@ root packages-install .gitmodules chezmoi.toml.censored + +{{- if ne .chezmoi.os "openbsd" }} +# only install if on openbsd +.urxvt/perl +{{- end }} |