Loading... ## 安装包管理工具scoop 打开powershell,设置脚本执行权限 ```shell set-executionpolicy remotesigned -scope currentuser ``` 选择y ``` 执行策略更改 执行策略可帮助你防止执行不信任的脚本。更改执行策略可能会产生安全风险,如 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies 帮助主题所述。是否要更改执行策略? [Y] 是(Y) [A] 全是(A) [N] 否(N) [L] 全否(L) [S] 暂停(S) [?] 帮助 (默认值为“N”): y ``` 安装scoop(需要开代理) ```shell iex (new-object net.webclient).downloadstring('https://get.scoop.sh') ``` ## 安装sudo和vim 执行下列命令 ```shell scoop install sudo vim ``` © 允许规范转载 赞 0 如果觉得我的文章对你有用,请随意赞赏