11 lines
449 B
PowerShell
11 lines
449 B
PowerShell
. "$PSScriptRoot/../../Scripts/SoftwareManagement.ps1";
|
|
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
|
|
. "$PSScriptRoot/../../../Common/Software/PowerShell/Profile.ps1";
|
|
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
|
|
|
|
Start-SoftwareInstaller @args `
|
|
-Inherit "$PSScriptRoot/../../../Common/Software/zoxide/Main.ps1" `
|
|
-Installer {
|
|
Install-ChocoPackage zoxide;
|
|
Install-WingetPackage junegunn.fzf;
|
|
}; |