标签归档:scoop

win10 安装 scoop

scoop 是 windows 下的包管理工具,可以帮助我们自动安装并配置软件包。

配置 hosts

有科学上网的可以跳过。

参考:https://gitee.com/doshengl/GitHub520

用于 switchHosts 的 github520 远程 URL:https://raw.hellogithub.com/hosts

安装 scoop

用 powerShell 执行以下命令

Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iwr -useb https://gitee.com/RubyKids/scoop-cn/raw/master/install.ps1 | iex

如果安装失败,删除用户目录下的 scoop 目录再重试。

更换国内源

scoop config SCOOP_REPO https://gitee.com/squallliu/scoop

安装软件

scoop install git

如果安装失败,先卸载失败的包,再重新安装即可。卸载示例:

scoop uninstall git

添加扩展

scoop bucket add extras

更多软件安装

scoop install windows-terminal insomnia switchhosts vscode sublime-text