add code to ignore wsl specific files if not running it

This commit is contained in:
Anthony Rodriguez 2023-09-20 19:17:12 +02:00
parent aa1ff15b07
commit df126f12c6
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,3 +1,8 @@
README.md
screenshots
packages
{{ if (ne .chezmoi.os "linux") }}
{{ if not (.chezmoi.kernel.osrelease | lower | contains "microsoft") }}
private_dot_gnupg
{{ end }}
{{ end }}