Scoop 安装Oh My Posh,美化Windows Terminal
Download MesloLGM NF font
Change your Windows Terminal’s font to
MesloLGM NF
scoop install https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/oh-my-posh.json notepad $PROFILE
会创建Microsoft.PowerShell_profile.ps1文件,在此文件中添加以下内容:
oh-my-posh init pwsh --config '~/scoop/apps/oh-my-posh/current/themes/wopian.omp.json' | Invoke-Expression
我比较喜欢的几种风格,当前用的最后一个:
oh-my-posh init pwsh --config "$(scoop prefix oh-my-posh)\themes\jandedobbeleer.omp.json" | Invoke-Expression oh-my-posh init pwsh --config "$(scoop prefix oh-my-posh)\themes\powerline.omp.json" | Invoke-Expression oh-my-posh init pwsh --config "$(scoop prefix oh-my-posh)\themes\aliens.omp.json" | Invoke-Expression oh-my-posh init pwsh --config "$(scoop prefix oh-my-posh)\themes\hotstick.minimal.omp.json" | Invoke-Expression
