You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This plugin has several external dependencies, and is the only plugin that I use that has dependencies not managed by mise itself (I'm talking about unzip), so why not use tar.gz format instead of zip format to avoid using unzip command?
In my opinion, this is great for a simple "plug-n-play" solution, so I don't need to install an external tool in my system.
Describe the solution you'd like
Just use the tar -xzf instead of unzip in this line.
Also, the file type needs to be changed in this line
Is your feature request related to a problem? Please describe.
This plugin has several external dependencies, and is the only plugin that I use that has dependencies not managed by mise itself (I'm talking about
unzip), so why not usetar.gzformat instead ofzipformat to avoid usingunzipcommand?In my opinion, this is great for a simple "plug-n-play" solution, so I don't need to install an external tool in my system.
Describe the solution you'd like
Just use the
tar -xzfinstead ofunzipin this line.Also, the file type needs to be changed in this line
Describe alternatives you've considered
Additional context