Install Oh My Posh system wide

This commit is contained in:
Manuel Thalmann 2024-08-08 14:23:15 +02:00
parent 8916c3b544
commit 99aae05304

View file

@ -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 {