Install Oh My Posh machine wide

This commit is contained in:
Manuel Thalmann 2023-07-27 04:35:18 +02:00
parent 0c597fce4e
commit 779eedfaab

View file

@ -3,5 +3,5 @@ param($context);
. "$PSScriptRoot/../../Scripts/Context.ps1";
[Context] $context = $context;
winget install --accept-source-agreements --accept-package-agreements -s winget JanDeDobbeleer.OhMyPosh;
winget install --accept-source-agreements --accept-package-agreements -s winget --scope machine JanDeDobbeleer.OhMyPosh;
. "$PSScriptRoot/../../Config/Oh My Posh/Install.ps1" $context;