Install Oh My Posh machine wide
This commit is contained in:
parent
0c597fce4e
commit
779eedfaab
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue