初见Scoop

# 碎碎念

重装系统后不想再用Chocolatey,试了一下自带的Winget,真的不好用,最后选择了Scoop

  • 首先不能配置代理,这个很致命(看issues这两个月应该能实现)
  • 其次各种奇奇怪怪的Bug,谁用谁难受
  • Chocolatey闭源,个人感觉管理混乱

况且Scoop开源,自定义程度高

# 安装

1
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

非常贴心地添加了代理安装

1
2
3
irm get.scoop.sh | iex
# You can use proxies if you have network trouble in accessing GitHub, e.g.
irm get.scoop.sh -Proxy 'http://<ip:port>' | iex

# 配置

# 安装多线程aria2实现多线程下载

1
scoop install aria2

By default, scoop displays a warning when running scoop install or scoop update while aria2 is enabled. This warning can be suppressed by running scoop config aria2-warning-enabled false.

1
scoop config aria2-warning-enabled false

# 最后

就写这么多了,进阶的东西可以自己看文档,网上很多文章都写得很清楚了,也没啥好写的主要是记录一下。

Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
使用 Hugo 构建
主题 StackJimmy 设计