让你的windows命令行体验更佳
相信我们都被windows 糟糕的命令行体验而折磨,那么,与其等待微软的跳票,不如由我们自己堆插件提升命令行体验。
安装 git for windows
打开 git官网下载 Standalone版本git并安装
安装时候一路点击next
配置git 环境变量
win + r
,输入 sysdm.cpl
然后点击回车
依次选择高级
环境变量
然后双击 系统变量里的 path
点击 新建
分别输入 (p.s.默认git安装目录为C:\Program Files\Git)
(下列%git安装目录%为一个变量,并不需要添加%
)
1 | %git安装目录%\cmd |
1 | %git安装目录%\mingw64\bin |
1 | %git安装目录%\usr\bin |
然后点击ok并关闭窗口
安装sudo for windows(gsudo)
win
+ r
,输入powershell
1 | winget install gerardog.gsudo |
安装 wget for windows (GNU WGET)
GNU Wget是一个在网络上进行下载的简单而强大的自由软件,其本身也是GNU计划的一部分。它的名字是“World Wide Web”和“Get”的结合,同时也隐含了软件的主要功能。目前它支持通过HTTP、HTTPS,以及FTP这三个最常见的TCP/IP协议协议下载。
按照之前那一步,添加环境变量
1 | %GNU安装路径%\bin |
tcping 安装
将下载好的文件复制到 C:\windows\system32
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment