#安装oh my posh(主题) 参考官网 https://ohmyposh.dev/docs/installation/windows
scoop install https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/oh-my-posh.json
#安装字体(安装任意都可,用管理员打开)
oh-my-posh font install
#主题
get-Poshthemes //首先可以查看自己想要更换的主题
notepad $PROFILE //打开配置脚本文件,内容形式如下(红色部分为主题文件名,可替换)
oh-my-posh init pwsh --config 'C:\Users\87380\scoop\apps\oh-my-posh\current\themes\neko.omp.json' | Invoke-Expression
标签:界面,posh,oh,主题,json,https,Widows,my,美化 From: https://www.cnblogs.com/xx873802256/p/18128695