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

10 lines
396 B
PowerShell
Raw Normal View History

2024-09-23 01:33:17 +00:00
. "$PSScriptRoot/../../Scripts/SoftwareManagement.ps1";
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
2024-10-12 15:14:53 +00:00
Start-SoftwareInstaller @args `
2024-10-12 16:13:41 +00:00
-Inherit "$PSScriptRoot/../../../Common/Software/Oh My Posh/Main.ps1" `
2024-10-12 15:14:53 +00:00
-Installer {
Install-WingetPackage JanDeDobbeleer.OhMyPosh -ArgumentList "--scope", "machine";
};