add code to ignore wsl specific files if not running it
This commit is contained in:
parent
aa1ff15b07
commit
df126f12c6
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
README.md
|
README.md
|
||||||
screenshots
|
screenshots
|
||||||
packages
|
packages
|
||||||
|
{{ if (ne .chezmoi.os "linux") }}
|
||||||
|
{{ if not (.chezmoi.kernel.osrelease | lower | contains "microsoft") }}
|
||||||
|
private_dot_gnupg
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue