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
Describe alternatives you've considered
Additional context
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