add the config file for Oh-My-Posh in pwsh

This commit is contained in:
2025-04-24 15:46:56 +08:00
parent 7b95ebd9f0
commit 5c9e6eef74
2 changed files with 222 additions and 0 deletions

2
pwsh/HowToUse.txt Normal file
View File

@@ -0,0 +1,2 @@
Copy *.omp.json to `$env:POSH_THEMES_PATH`
Edit $PROFILE and add `oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/powerlevel10k_rainbow_eip.omp.json" | Invoke-Expression` at the top.