2023-07-27 00:57:35 +00:00
|
|
|
#!/bin/pwsh
|
|
|
|
param($context);
|
2024-08-07 19:05:32 +00:00
|
|
|
. "$PSScriptRoot/../../../Common/Scripts/Context.ps1";
|
2023-07-27 00:57:35 +00:00
|
|
|
|
|
|
|
[Context] $context = $context;
|
2024-03-12 14:11:26 +00:00
|
|
|
winget install --accept-source-agreements --accept-package-agreements -s winget --scope machine -e --id JanDeDobbeleer.OhMyPosh;
|
2024-03-20 20:34:47 +00:00
|
|
|
. "$PSScriptRoot/../../../Common/Config/Oh My Posh/install.ps1";
|