上一篇进行了 Scoop 的简单安装与基础加速配置,这一篇说一下一些其他高级配置。
Bucket
Scoop 安装后默认自带 “main” bucket,如果你想安装其他工具,可以扩展安装 bucket,bucket 有官方维护也有个人维护。
查看官方维护bucket
[点我直达]
1 2 3 4 5 6 7
| Main OFFICIAL Extras OFFICIAL Java OFFICIAL Versions OFFICIAL Nonportable OFFICIAL PHP OFFICIAL Nightlies OFFICIAL (Deprecated)
|
通过命令行查看哪些可以直接安装1 2 3 4 5 6 7 8 9 10
| $ scoop bucket known main extras versions nirsoft php nerd-fonts nonportable java games
|
安装官方 known bucket
快速安装1 2 3 4 5 6 7
| $ scoop bucket add extras $ scoop bucket add java $ scoop bucket add nerd-fonts $ scoop bucket add nirsoft $ scoop bucket add nonportable $ scoop bucket add versions
|
以上bucket都是官方known,所以可以快速安装,完整命令如下格式
等同于下面完整命令1 2 3 4 5 6 7
| $ scoop bucket add extras https://github.com/ScoopInstaller/Extras $ scoop bucket add java https://github.com/ScoopInstaller/Java $ scoop bucket add nerd-fonts https://github.com/matthewjberger/scoop-nerd-fonts $ scoop bucket add nirsoft https://github.com/kodybrown/scoop-nirsoft $ scoop bucket add nonportable https://github.com/ScoopInstaller/Nonportable $ scoop bucket add versions https://github.com/ScoopInstaller/Versions
|
安装其他bucket
推荐安装前两个1 2 3 4 5 6 7
| $ scoop bucket add dorado https://github.com/chawyehsu/dorado $ scoop bucket add scoopcn https://github.com/scoopcn/scoopcn
$ scoop bucket add scoop-viewer-bucket https://github.com/prezesp/scoop-viewer-bucket.git
$ scoop bucket add making https://github.com/making/scoop-bucket.git
|
多合一bucket
最近发现一个宝藏,这个bucket是对其他大部分常用bucket(除main之外)的整合,并且会及时更新
1 2 3
| $ scoop bucket add apps https://github.com/kkzzhizhou/scoop-apps
$ scoop bucket add apps https://hub.fastgit.xyz/kkzzhizhou/scoop-apps
|
个人使用命令行集合
- maven
- python
- redis
- nodejs
- openjdk 当前版本 18.*
- openjdk17 当前版本 17.*
- openjdk11 版本 11.*
- zulu8-jdk 当前版本 1.8.*
- rsc RSocket cli
- JetBrains-Mono 开源字体,世界上最好的编程字体
1 2 3 4
| $ scoop install -g 7zip git $ scoop install -g sudo aria2 curl grep maven nodejs openjdk openjdk11 openjdk17 $ scoop install -g openssl-light python redis scoop-search scoop-viewer zulu8-jdk $ scoop install -g rsc JetBrains-Mono
|
个人使用GUI集合
- another-redis-desktop-manager redis客户端
- apifox 接口测试
- 🐱-for-windows 科学上网
- draw.io 开源画图工具
- marktext 免费markdown,typora 收费(from1.*) markdown
- notepadplusplus 作者台独,白嫖使用来抵制
- picgo 图床工具
- quicklook 空格预览
- sunlogin todesk 远程桌面
- treesize-free wiztree 磁盘占用查看
- utools 程序员必备
- wps wps
- yuque 语雀
1 2 3
| $ scoop install -g another-redis-desktop-manager apifox clash-可能包含违禁违规内容for请排查调整后再行重试-windows $ scoop install -g draw.io marktext notepadplusplus picgo quicklook sunlogin $ scoop install -g todesk treesize-free typora utools wiztree wps yuque
|