powershell配置主题

商店搜Windows Terminal安装

打开Windows Terminal,需要开代理,安装OhMyPosh

1
winget install JanDeDobbeleer.OhMyPosh -s winget

安装字体,向下找到 Meslo安装

1
oh-my-posh font install

之后通过CTRL + SHIFT + , 快捷键,defaults标签加多如下

1
2
3
4
5
6
7
8
9
"profiles": 
{
"defaults":
{
"font":
{
"face": "MesloLGM Nerd Font"
}
},

新建下面文件

1
2
 ~  echo $profile
C:\Users\PF\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1

编辑内容为

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

参考

https://ohmyposh.dev/docs/installation/windows

打赏专区