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

8 lines
299 B
PowerShell
Raw Normal View History

2023-07-27 00:57:35 +00:00
#!/bin/pwsh
param($context);
. "$PSScriptRoot/../../Scripts/Context.ps1";
[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;
2023-07-27 00:57:35 +00:00
. "$PSScriptRoot/../../Config/Oh My Posh/Install.ps1" $context;