Skip to content

svercl/zshim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 25, 2024
eb1adcb · May 25, 2024

History

49 Commits
May 25, 2024
May 19, 2021
Feb 21, 2021
Feb 21, 2021
Feb 21, 2021
May 25, 2024
May 25, 2024

zshim

zshim is the shim.

Building

Requirements:

Once you have those, then it's as easy as:

git clone https://github.com/svercl/zshim.git
cd zshim
zig build -Doptimize=ReleaseSafe

Installation

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.

Limitations

Does not handle elevation of any kind. (PRs welcomed)

Similar works

License

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