Loading

如何超酷地操作Windows Terminal

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

win10-PowerShell下使用vim

Win + X menu

Windows Terminal 使用管理员身份创建标签页

注意:如果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

ref

注意:采用 Git\bin\bash.exe

posted @ 2020-11-06 21:06  ZXYFrank  阅读(230)  评论(0编辑  收藏  举报