Scoop 是 Windows 命令行包管理器,提供类似 macOS Homebrew 的便携式安装体验。本文介绍安装配置、集成 aria2 实现多线程下载加速、添加第三方 bucket 仓库、设置 HTTP 代理、使用 export/import 备份还原应用列表,并列出暂无 Scoop 包的常用软件。
scoop install aria2
scoop config aria2-warning-enabled false
❯ scoop config
last_update : 2025-03-26T10:11:34.7723777+08:00
gh_token : *****
global_path : C:\GlobalScoopApps
root_path : C:\Scoop
proxy : 127.0.0.1:10808
scoop_repo : https://github.com/ScoopInstaller/Scoop
scoop_branch : master
aria2-warning-enabled : False
scoop export > app.json
scoop import > app.json
# 会备份bucket和app,不包括config