在弹出的记事本内容中输入以下命令,保存后关闭powshell,打开先前安装好的 Windows TerminalImport-Module posh-git Import-Module oh-my-posh Set-Theme PowerLine //设置主题 找到下图中的按钮,点击设置,会有个配置的json文件,打开 打开后就是具体的配置,可以通过查看文档进行一些自定义的设置,这里是 中文文档,懒人...
(默认)字符串 在此处打开Windows Terminal #这个值是在右键菜单中显示的值 Extended 字符串 #这个值作用是仅支持在按住Shift+右键的时候才显示Windows Terminal选项,删掉则可以不用按住Shift也可以显示Windows Terminal选项 Icon 字符串C:\Users\xxxx\Pictures\terminal.ico #想要在右键菜单中显示的图标路径,图标需要单独...
1.安装 Windows Terminal Microsoft Store 搜索下载或者通过github下载 下载地址github.com/microsoft/terminal/releases 2.安装新款 Powershell Core 点击跳转下载github.com/PowerShell/PowerShell/releases 链接是github的下载链接,进入后找最新版本的msi版下载,记住一定要是msi版本,再根据系统不同选择下载不同的...
简要说明 我喜欢终端操作,喜欢Git,Microsoft出了一款工具叫做Windows Terminal,在Windows Terminal中使用Git的体验感是极佳的,本博客将教你如何让这体验舒服到极致。 安装 安装Git Git下载链接:https://git-scm.com 安装Windows
ZSH_THEME="robbyrussell" 除了配置oh-my-zsh主题,我们还可以配置windows terminal主题 https://windowsterminalthemes.dev/ 具体配置方案请自行查找 四、安装SDKMan 安装SDKMan可以方便的在各个java环境中切换,但只能切换命令行环境 sdkman需要使用zip命令来解压安装包,但git bash并不包含这个命令 ...
Set-PoshPrompt-Theme JanDeDobbeleer 保存退出。 第一条命令表示导入posh-git 第二条命令表示导入oh-my-posh 第三条命令表示设置主题为JanDeDobbeleer 每次打开Windows Terminal中的Power shell都会执行脚本文件中的三条命令。 注意: 此处的第三行是oh-my-posh2与3的不同之一,在oh-my-posh2里的是: ...
安装非常简单,通过Microsoft Store可以轻松安装Windows Terminal。 Microsoft Store 安装 Windows Terminal 3. 安装美化主题 打开PowerShell安装Oh-My-Posh[1]和Posh-Git[2] Set-ExecutionPolicy Bypass Install-Module posh-git -Scope CurrentUser Install-Module oh-my-posh -Scope CurrentUser ...
commandline:shell 可执行文件的路径。上图的路径是Git Bash的默认安装路径。 Tips:Windows使用反斜杠"\"来分割路径,而在json字符串中表示反斜杠需要两个反斜杠来转义"\\"。但是在Windows Terminal配置文件中可以用正斜杠"/"来代替反斜杠以避免转义。
安装非常简单,通过Microsoft Store可以轻松安装Windows Terminal。 Microsoft Store 安装 Windows Terminal 3. 安装美化主题 打开PowerShell安装Oh-My-Posh [1]和Posh-Git [2] 代码语言:javascript 复制 Set-ExecutionPolicy Bypass Install-Module posh-git-Scope CurrentUser ...
使用管理员模式打开 Windows Terminal (PowerShell),安装posh-git和oh-my-posh这两个模块。 Install-Module posh-git -Scope CurrentUser Install-Module oh-my-posh -Scope CurrentUser Install-Module -AllowClobber Get-ChildItemColor 配置主题配置文件