Scoop
安装 scoop 包管理
不在推荐改目录
1 2 3 4
|
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
|
添加 bucket 源
1 2 3 4
| scoop bucket add extras scoop bucket add main scoop bucket add versions scoop bucket add nonportable
|
安装命令行工具
1 2 3 4 5 6
| scoop install ` main/vim
|
安装软件
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
| scoop install ` extras/postman ` extras/mqttx ` versions/snipaste-beta ` extras/sourcetree ` extras/telegram ` extras/qq ` extras/discord ` extras/vscode ` extras/jetbrains-toolbox ` extras/apifox ` extras/soapui ` extras/firefox ` extras/googlechrome ` extras/picgo ` nonportable/grammarly-np ` extras/mongosh ` extras/powertoys `
|
特殊版本
[[软件推荐]]
相关配置
[[相关配置]]
配置 git
[[开发小锦囊#git 基本配置]]
Nvm
[[Nvm]]
fnm
powershell
1 2 3 4 5 6
| winget install Schniz.fnm
if (-not (Test-Path $profile)) { New-Item $profile -Force }
start <目录>
|
添加到配置文件中
1
| fnm env --use-on-cd --shell powershell | Out-String | Invoke-Expression
|
wsl
1
| curl -fsSL https://fnm.vercel.app/install | zsh
|
配置 vim
[[Vim配置文件]]
npm global package
1 2 3 4 5 6 7 8
| npm i -g ` git-open ` yarn ` serve ` http-server ` pnpm ` nrm ` ts-node
|
与 mac 同步 [[Mac系统装机配置指北#Pnpm global package]]