商店搜Windows Terminal安装
打开Windows Terminal,需要开代理,安装OhMyPosh
1 | winget install JanDeDobbeleer.OhMyPosh -s winget |
安装字体,向下找到 Meslo安装
1 | oh-my-posh font install |
之后通过CTRL + SHIFT + ,
快捷键,defaults标签加多如下
1 | "profiles": |
新建下面文件
1 | ~ echo $profile |
编辑内容为
1 | oh-my-posh init pwsh --config 'C:\Users\PF\AppData\Local\Programs\oh-my-posh\themes\cloud-native-azure.omp.json' | Invoke-Expression |
其中cloud-native-azure.omp.json是主题文件,主题有哪些可以通过下面命令查看
1 | Get-PoshThemes |