Install Oh My Posh system wide
This commit is contained in:
parent
216d9464a3
commit
4aec5d4b53
|
@ -12,7 +12,7 @@ Start-SoftwareInstaller @PSBoundParameters `
|
||||||
[scriptblock] $Installer
|
[scriptblock] $Installer
|
||||||
)
|
)
|
||||||
|
|
||||||
Install-WingetPackage JanDeDobbeleer.OhMyPosh;
|
Install-WingetPackage JanDeDobbeleer.OhMyPosh -ArgumentList "--scope","machine";
|
||||||
& $Installer -Action ([InstallerAction]::Configure);
|
& $Installer -Action ([InstallerAction]::Configure);
|
||||||
} `
|
} `
|
||||||
-Configurator {
|
-Configurator {
|
||||||
|
|
Loading…
Reference in a new issue