咱们知道Mac 上的brew,Ubuntu 上的apt命令行工具能够方便用来管理软件
相似的Windows 实际上也有一个开源命令行软件管理工具
Scoop下载地址(https://github.com/lukesampso...)node
首先是安装Scoop的安装
使用命令iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
你可能须要配置Powershell的权限 Set-ExecutionPolicy RemoteSigned -scope CurrentUser
git
来试试Scoop 管理工具
能够给Powershell 安装一个主题色
使用concfg 来管理主题scoop install concfg
安装Solarized 主题concfg import solarized-dark
效果是这样的github
其余的使用
列出已经经过Scoop 安装的软件scoop list
web
PS E:upload> scoop list
Installed apps:concfg 0.2019.01.19shell
软件更新scoop update
app
PS E:upload> scoop update hugo
ERROR 'hugo' isn't installed.
软件搜索scoop search
工具
PS E:upload> scoop search nodejs
'main' bucket:
nodejs-lts (10.15.1)
nodejs (11.10.0)
更多的使用方法
1.查看帮助scoop -h
2.能够参考Scoop Wiki
Scoop Wiki (https://github.com/lukesampso...oop