scoop国内镜像优化库,能够加速scoop安装及bucket源文件,无需用户设置代理。内置加速站有调用次数限制,请勿提取滥用。 镜像频率:12小时。
Scoop-bucket.doi:doi:US656987 AGardner C LutherUS
ViCrack/scoop-bucket master 1Branch0Tags Code Folders and files Latest commit b87cadc·Dec 17, 2024 2,039 Commits .github run 4 Aug 11, 2023 .vscode update auto pr Jun 22, 2022 bin update auto pr Jun 22, 2022 bucket cudatext-cn: Update to version 1.220.0.1...
# scoop bucket add $mirror/https://github.com/ScoopInstaller/Extras #还可以选择一个别名,区分默认bucket scoop bucket add ExtrasCxxu $mirror/https://github.com/ScoopInstaller/Extras 1. 2. 3. 4. 5. 6. Extras仓库的添加 PS> scoop bucket add ExtrasCxxu $mirror/https://github.com/ScoopInstal...
# Add this bucket / 添加个桶 scoop bucket add scoopcn https://github.com/scoopcn/scoopcn.git # Install / 安装!! scoop install baidudisk scoop install tim Tips The source of a utility service bonjour.swoosh.run/post used in we-meet could be found here About Mostly Chinese applications /...
New-Item -ItemType 'directory' -Path "$env:USERPROFILE\scoop\buckets\scoop-cn\bucket" # 可选部分 ## 如果没有安装 Git等常用工具,可以解开下面的注释 ## 先下载几个必需的软件的 JSON,组成一个临时的应用仓库 if ($InstallBasicSoftwares)
scoop bucket add 仓库名称 scoop install 软件名称 如果你没有代理工具,将会体验极差的下载速度,由于之前提到的开源项目的存在,你可以在需要安装的软件前面加上scoop-cn/,例如你本来安装的软件是vscode,命令为 scoop install vscode 现在变为 scoop install scoop-cn/vscode ...
scoop bucket add extras scoop install git scoop bucket add dorado https://github.com/chawyehsu/dorado# Add this bucket / 添加个桶scoop bucket add scoopcn https://github.com/scoopcn/scoopcn.git# Install / 安装!!scoop install baidudisk ...
scoop bucket add scoopet https://github.com/ivaquero/scoopet # 破解软件 scoop bucket add https://github.com/L-Trump/scoop-raresoft scoop 库排行榜 image.png scoop 还原 scoop 尽量安装非系统盘, 重装系统后,还原操作: 原来的软件安装目录改名/或移动到其他目录 ...
scoop bucket add <bucketname> https://github.com/xxx/xxx 从第三方 bucket 中安装软件 scoop install <bucketname>/<app> 清理安装包缓存 Scoop 会保留下载的安装包,对于卸载后又想再安装的情况,不需要重复下载。但长期累积会占用大量的磁盘空间,如果用不到就成了垃圾。这时可以使用scoop cache命令来清理。