-
win商店下载powershell,保证版本在7以上.然后配置背景图,背景图透明度50.
-
浏览器下载ohmypush,安装程序,重启powershell
-
oh-my-posh font install安装字体,选择Meslo
-
notepad $PROFILE 如果没有这个文件.先 New-Item -Path $PROFILE -Type File -Force 然后输入oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/jandedobbeleer.omp.json" | Invoke-Expression
-
jandedobbeleer可换为其他主题名
-
如果切换主题报错Get-PSReadLineKeyHandler : A parameter cannot be found that matches parameter name 'Key'.则需要更新PSReadLine.
-
更新PSReadLine: Install-Module PSReadLine.
如果报错则需要更新powershellGet: Install-Module -Name PowerShellGet -Force .再运行上面命令.之后就可以切换主题了.
-
powershell设置里切换下载的nerd字体里的MesloLGM Nerd Font,重启.
-
vscode 设置里找到 terminal 里的font family 设置为MesloLGLDZ Nerd Font重启.(需要vscode终端默认使用powerll)
https://ohmyposh.dev/docs/installation/customize
https://github.com/JanDeDobbeleer/oh-my-posh/issues/4548