Windows Terminal
从Microsoft Store 安装
配置的时候一定要从打开配置文件,否则可能没有权限
Shortcuts
右键管理员身份 / sudo
添加到Win + X菜单
Themes
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt]
@="Windows terminal here"
"Icon"="C:\\Users\\Frank\\Pictures\\terminal.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command]
@="C:\\Users\\Frank\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe"
Vim
Win + X menu
注意:如果raw.githubusercontent.com
无法访问,可以手动把.ps1文件保存下来,更改如下命令当中的文件位置即可
PowerShell -Command "Set-ExecutionPolicy RemoteSigned -scope Process; iwr -useb https://raw.githubusercontent.com/gerardog/gsudo/master/installgsudo.ps1 | iex"
+ Git bash
注意:采用 Git\bin\bash.exe