Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.01 KB

File metadata and controls

26 lines (18 loc) · 1.01 KB

Scoop Apps by ltguillaume

Tests Excavator

A bucket for Scoop with custom(ized) manifests for increased portability, specific application flavors or otherwise missing applications.

How do I install these manifests?

To add this bucket to Scoop, run the following:

scoop bucket add schep https://github.com/ltguillaume/schep

Then, you can install an application via:

scoop install schep/<manifestname>

This bucket is also indexed at https://scoop.sh.

Update tip

Create a new shortcut (.lnk file) with the following command to quickly update all apps and clean up Scoop:

cmd.exe /k scoop update && scoop update * && scoop cleanup * && scoop cache rm * && pause && exit