A bucket for Scoop with custom(ized) manifests for increased portability, specific application flavors or otherwise missing applications.
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.
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