1
0
Fork 0
Go to file
github-actions[bot] 7eed4e31bd downkyi: Update to version 1.6.0 2023-12-10 01:40:10 +00:00
.github Use Personal Access Token (PAT) instead of GITHUB_TOKEN to trigger other workflow runs 2023-11-03 14:17:34 +08:00
.vscode Initial commit 2023-06-21 15:18:47 +08:00
bin Initial commit 2023-06-21 15:18:47 +08:00
bucket downkyi: Update to version 1.6.0 2023-12-10 01:40:10 +00:00
deprecated Initial commit 2023-06-21 15:18:47 +08:00
scripts jetbrains-toolbox: add idea reg 2023-10-19 16:59:29 +08:00
.editorconfig Initial commit 2023-06-21 15:18:47 +08:00
.gitattributes Initial commit 2023-06-21 15:18:47 +08:00
.gitignore fix .gitignore 2023-11-01 13:55:59 +08:00
.markdownlint.json Initial commit 2023-06-21 15:18:47 +08:00
LICENSE Initial commit 2023-06-21 15:18:47 +08:00
README.md Replace gitea.com with codeberg.org 2023-10-27 17:30:14 +08:00
Scoop-Bucket.Tests.ps1 Initial commit 2023-06-21 15:18:47 +08:00
install.ps1 Replace gitea.com with codeberg.org 2023-10-27 17:30:14 +08:00

Installation

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
iex "& {$(irm https://codeberg.org/magicedy/scoop-bucket-m/raw/branch/master/install.ps1)} -ScoopDir c:\scoop"
# For Admin
# iex "& {$(irm https://codeberg.org/magicedy/scoop-bucket-m/raw/branch/master/install.ps1)} -ScoopDir c:\scoop -RunAsAdmin"
scoop install git
scoop config SCOOP_REPO https://codeberg.org/magicedy/Scoop
scoop bucket rm main
scoop bucket add main https://codeberg.org/magicedy/scoop-bucket-m

scoop config global_path c:\scoop_global