安装 powershell set-executionpolicy remotesigned -scope currentuser 输入Y
[environment]::setEnvironmentVariable('SCOOP','D:\app\Scoop','User')
$env:SCOOP='D:\Applications\Scoop'
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
添加其他仓库 scoop bucket add bucketname
其他仓库地址 https://github.com/rasa/scoop-directory/blob/master/by-score.md
导出 scoop export > scoop.txt
清理缓存
scoop cache rm app
查找网页 https://scoop-docs.netlify.com/apps/