mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-10-30 14:17:54 +00:00
- Add preparing changes for extracting the main bucket to https://github.com/scoopinstaller/scoop-main - Download main bucket on installation - Add check_main_bucket function - Add main bucket to buckets.json - Add docker-compose.yml with default debugging image - Remove old TODOs - Refactor bucketdir -> Find-BucketDirectory - Remove redundant .vscode settings
14 lines
671 B
JSON
14 lines
671 B
JSON
{
|
|
"main": "https://github.com/scoopinstaller/scoop-main",
|
|
"extras": "https://github.com/lukesampson/scoop-extras",
|
|
"versions": "https://github.com/scoopinstaller/versions",
|
|
"nightlies": "https://github.com/scoopinstaller/nightlies",
|
|
"nirsoft": "https://github.com/kodybrown/scoop-nirsoft",
|
|
"php": "https://github.com/scoopinstaller/php",
|
|
"nerd-fonts": "https://github.com/matthewjberger/scoop-nerd-fonts",
|
|
"nonportable": "https://github.com/oltolm/scoop-nonportable",
|
|
"java": "https://github.com/se35710/scoop-java",
|
|
"games": "https://github.com/Calinou/scoop-games",
|
|
"jetbrains": "https://github.com/Ash258/Scoop-JetBrains"
|
|
}
|