PortValhalla/scripts/Windows/Software/Oh My Posh/Install.ps1

8 lines
310 B
PowerShell
Raw Normal View History

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;
. "$PSScriptRoot/../../../Common/Config/Oh My Posh/install.ps1";