How to use oh-my-posh with Constrainedlanguage mode? #3914
-
Hello together, Description Setup
Reproduce
I can install oh-my-posh with this command if I start a powershell with local admin... but I'm not able to install it for my normal user. Do you have a idea what I can do to get oh-my-posh working? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Why not install from the Windows Store in this case? |
Beta Was this translation helpful? Give feedback.
-
So finally I get it working!
@JanDeDobbeleer thank you for your support! :) |
Beta Was this translation helpful? Give feedback.
-
For me I just had to set the Locale to UTF-8 and it started working again 🥂 |
Beta Was this translation helpful? Give feedback.
So finally I get it working!
Installed it with the manual method of the documentation (oh-my-posh) as admin
Copied installation directories inclusive all binarys to a path to which my normal user has access
Add path of binary to "ENV PATH variable"
Write in the absolute path without env variable in my $PROFILE
oh-my-posh init pwsh --config 'C:\Users\wagneral\AppData\Local\Packages\oh-my-posh\themes\jandedobbeleer.omp.json' | Invoke-Expression
Install recommended font like specified in the documentation of oh-my-posh
Install WindowsTerminal (manually from github)
Set Font to installed font of step 5
Set locale to UTF8
Add registry insert to can open Windows terminal fro…