powershell配置主题
2024-3-12 00:0:0 Author: www.giantbranch.cn(查看原文) 阅读量:0 收藏

商店搜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

假如你看不到评论,可能是你访问Disqus被墙了,请使用代理访问


文章来源: https://www.giantbranch.cn/2024/03/12/powershell%E9%85%8D%E7%BD%AE%E4%B8%BB%E9%A2%98/
如有侵权请联系:admin#unsafe.sh