zshim is the shim
.
Requirements:
- Zig 0.12.0
- git
Once you have those, then it's as easy as:
git clone https://github.com/svercl/zshim.git
cd zshim
zig build -Doptimize=ReleaseSafe
The easiest way to install this is to replace the shim.exe
in your scoop install folder. If you use vanilla, this will be $SCOOP/support/shimexe/bin/shim.exe
and running the command scoop reset *
will replace all shims with this one.
Does not handle elevation of any kind. (PRs welcomed)
This work is dual-licensed under MIT and The Unlicense.
You can choose between one of them if you use this work.
SPDX-License-Identifier: MIT OR Unlicense