Scoop

Windows包管理器-Scoop安装及使用

Scoop安装

1
2
3
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
iwr -useb get.scoop.sh | iex
Set-ExecutionPolicy RemoteSigned -scope CurrentUser

常用命令

1
2
3
4
5
6
7
scoop search <app_name>
scoop install <app_name>
scoop uninstall <app_name>
scoop list
scoop cache rm <app_name> | scoop cache rm *
scoop bucket known
scoop bucket add <bucket_url>

Aria安装配置

1
2
3
4
5
6
7
scoop install -g aria2
# 修改aria配置
scoop config aria2-enabled true                   # default: true
scoop config aria2-retry-wait 8                   # default: 2
scoop config aria2-split 8                        # default: 5
scoop config aria2-max-connection-per-server 8   # default: 5
scoop config aria2-min-split-size] 2M             # default: 5M

常用软件

1
2
3
4
5
6
7
scoop install -g git
scoop install -g hugo-extended
scoop install -g lx-music
scoop install -g mobaxterm
scoop install -g python@3.10.5
scoop install -g obsidian
scoop install -g vim
Built with Hugo, Theme Stack designed by Jimmy