A bucket for Scoop, the Windows command-line installer.
Simply run following commands:
# Add this bucket to your scoop
scoop bucket add Scoop4kariiin https://github.com/AkariiinMKII/Scoop4kariiin
# Install apps by manifest name
scoop install <manifest>
# If manifest name conflicts with ones in other buckets, use following command instead:
# scoop install Scoop4kariiin/<manifest>
Important
Some of the manifests use custom functions stored in a PowerShell Script Module named Scoop4kariiinUtils.
Without this module, custom scripts may fail with errors like:
Import-Module : The specified module 'Scoop4kariiinUtils' was not loaded because no valid module file was found in any module directory.
Please install the module on your device and try again
scoop install Scoop4kariiin/Scoop4kariiinUtils
To make a new manifest contribution, please read the Contributing Guide and App Manifests wiki page.
Additionally, here is a PowerShell Script Module to help building app manifests.