omp-setter
v1.0.2
Published
A tool for quickly switching Oh-My-Posh themes for Powershell
Downloads
13
Readme
Oh-My-Posh Setter
A tool for quickly switching Oh-My-Posh themes for Powershell. Basically just a shortcut to just editing the $PROFILE
and entering the wanted theme manually.
Install
npm install -g omp-setter
Usage
- 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
ompset <THEME NAME>
- Apply changes to profile
. $PROFILE
- Done!