Replies: 1 comment 5 replies
-
Oh in fact I tried
and it worked... I did not expect that from chezmoiignore documentation. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have managed to handle a file using a
modify_
script with the.ps1
extension for Windows, and I would like to handle the same file on Linux using a.sh
script..ps1 script can't run on my Linux environment, so I get error like
exec format error
Ideally, this would be the same target file, so I don't know how to ignore it properly, as I need to ignore the source.
Should I use
.chezmoiscripts
instead so that I can ignore each script?Or is there a way to have two
modify_
scripts for the same target?Beta Was this translation helpful? Give feedback.
All reactions