- 官网安装
https://ohmyposh.dev/docs/installation/windows
manual方式安装
2.安装字体
3.
New-Item -Path $PROFILE -Type File -Force
notepad $PROFILE
oh-my-posh init pwsh | Invoke-Expression
Get-PoshThemes
找到主题文件位置
6.
oh-my-posh init pwsh --config C:\Users\jzhou\AppData\Local\Programs\oh-my-posh\themes\sonicboom_dark.omp.json | Invoke-Expression
7.