Windows 终端的 PowerShell 主题中的 Oh-My-Posh
提示是使用 Oh-My-Posh 设置样式的,并且正在使用 Caskaydia Cove Nerd Font
该提示,可从 Nerd Fonts 下载。
{
"theme": "dark",
"profiles": [
{
"name" : "Powershell",
"source" : "Windows.Terminal.PowershellCore",
"acrylicOpacity" : 0.5,
"colorScheme" : "One Half Dark",
"cursorColor" : "#FFFFFF",
"font":
{
"face": "CaskaydiaCove Nerd Font"
},
"useAcrylic" : true
}
]
}