Deprecate the PowerShell Module #2107
JanDeDobbeleer
started this conversation in
Polls
Replies: 2 comments 1 reply
-
Have to admit I've only used the module, but hadn't referred to documentation in over a year. I'll make the switch for you! |
Beta Was this translation helpful? Give feedback.
1 reply
-
I tested the performance between PowerShell module and the scoop one, scoop one is much faster, although I don't know why. Therefore, go for it and it will mostly benefit the users who have been using PowerShell module. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion is aimed at getting feedback around the usage and existence of the PowerShell module as a means to install oh-my-posh. Traditionally, the module was the only way to install oh-my-posh using
Install-Module oh-my-posh
. Today, with the shift to the executable version over a year ago, it only acts as a wrapper around the executable, offering no additional functionality. Throughout the year, the following changes have been made:Import-Module
There's a problem with the Module due to the following:
As it offers nothing extra, I'm looking for feedback if I were to remove this.
User impact
The migration would be rather straightforward, if you're already using the
init
style, it's only running the following and installing via winget/scoop:If you're still using
Set-PoshPrompt -Theme ~/ myconfig.oh-my-posh.json
, same as above, but replace this line with the following:25 votes ·
Beta Was this translation helpful? Give feedback.
All reactions