Sen descrición

Miroslav Abrahám 3fa59d90a8 Update Betterbird to 140.7.0esr-bb17 hai 6 meses
bin e707fb2e50 Change the bucket structure to correspond with the structure recommended by scoop developers %!s(int64=3) %!d(string=hai) anos
bucket 3fa59d90a8 Update Betterbird to 140.7.0esr-bb17 hai 6 meses
deprecated 319ebe720a Make DeltaChat deprecated hai 1 ano
docs f086834937 Update docs hai 11 meses
programs 0495a2844c Update file association to version 1.0.0.6 hai 10 meses
scripts e707fb2e50 Change the bucket structure to correspond with the structure recommended by scoop developers %!s(int64=3) %!d(string=hai) anos
README.md a820554adb Update docs hai 1 ano
scoop-bucket.code-workspace 9333286b7d Rename the vscode workspace file hai 1 ano

README.md

This is my "scoop" bucket list, for personal use. In order to install as a new bucket, run following:

scoop bucket add kunago https://git.kunago.com/kunago/scoop-bucket

scoop installation

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression

If you need to set custom directories, run these:

# for user, run as user
$env:SCOOP='<user path>'
[Environment]::SetEnvironmentVariable('SCOOP', $env:SCOOP, 'User')

# globally, run as admin
$env:SCOOP_GLOBAL='<global path>'
[Environment]::SetEnvironmentVariable('SCOOP_GLOBAL', $env:SCOOP_GLOBAL, 'Machine')

In case you already set custom directories in past and need to remove them, run these:

# for user, run as user
[Environment]::SetEnvironmentVariable("SCOOP",$null,"User")

# globally, run as admin
[Environment]::SetEnvironmentVariable("SCOOP_GLOBAL",$null,"Machine")