一款基于oh my posh自用终端主题
0.微软商店搜索oh my posh安装或自行前往ohmyposh.dev安装
推荐配置方法
clone yaml到本地,powershell:
curl -o $env:POSH_THEMES_PATH\popu.omp.yaml https://raw.githubusercontent.com/popu2do/PoshTheme_popu/main/popu.omp.yaml
powershell配置文件追加启动oh my posh主题
Add-Content $profile "`noh-my-posh init pwsh --config `$env:POSH_THEMES_PATH\popu.omp.yaml | Invoke-Expression"
远程配置
powershell:
Add-Content $profile "`noh-my-posh init pwsh --config `'https://raw.githubusercontent.com/popu2do/PoshTheme_popu/main/popu.omp.yaml`' | Invoke-Expression"
配色方案来自 colordrop