A tool for quickly switching Oh-My-Posh themes for Powershell
npm install omp-setter$PROFILE and entering the wanted theme manually.
bash
npm install -g omp-setter
`
Usage
1. Select a theme of your choice (run Get-PoshThemes for a full list of themes) and run the command to set it in your Powershell $PROFILE
`bash
ompset
`
2. Apply changes to profile
`bash
. $PROFILE
``