写这篇文章记录的原因就是因为很多关于oh-my-posh的之前的配置教程已经不适用,特此记录下来。
-
打开powershell输入
winget install JanDeDobbeleer.OhMyPosh -s winget
-
修改配置文件
notepad $profile
1、自动启动配置主题文件,将其放入$PROFILE文件
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\yourliketheme.omp.json" | Invoke-Expression
将yourliketheme
替换成自己喜欢的主题名
2、 自定义的主题配置文件
oh-my-posh init pwsh --config ~/.custom.omp.json | Invoke-Expression
上述1、2选一种自己喜欢的配置即可,参考powershell文档。
让其生效:. $PROFILE
效果图