PortValhalla/scripts/Windows/Software/oh-my-posh/Main.ps1

10 lines
381 B
PowerShell
Raw Permalink Normal View History

2024-11-01 12:12:16 +00:00
. "$PSScriptRoot/../../lib/SoftwareManagement.ps1";
. "$PSScriptRoot/../../../lib/Software.ps1";
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
2024-10-12 15:14:53 +00:00
Start-SoftwareInstaller @args `
2024-10-13 13:35:24 +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";
};