Skip to content

svercl/zshim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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