Install Oh My Posh system wide

This commit is contained in:
Manuel Thalmann 2024-08-08 14:23:15 +02:00
parent e8ccc740cf
commit 787ecd7953

View file

@ -12,7 +12,7 @@ Start-SoftwareInstaller @PSBoundParameters `
[scriptblock] $Installer
)
Install-WingetPackage JanDeDobbeleer.OhMyPosh;
Install-WingetPackage JanDeDobbeleer.OhMyPosh -ArgumentList "--scope","machine";
& $Installer -Action ([InstallerAction]::Configure);
} `
-Configurator {