diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-17 09:43:41 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-17 09:43:41 -0500 |
commit | dba1a1a427b4e7a202187630f0c4dd26be9d3a23 (patch) | |
tree | 98fd0d57b19e563e75cf2d302fe4d617264cd969 /.chezmoiignore | |
parent | support openbsd in xinitrc (diff) |
Install the font-size extension on openbsd
Diffstat (limited to '')
-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 }} |