Streamline names of installer files

This commit is contained in:
Manuel Thalmann 2024-10-12 18:13:41 +02:00
parent aa78b5f335
commit 48322bb1c3
44 changed files with 42 additions and 42 deletions
scripts/Windows/Software
Firefox
LGHub
MSEdgeRedirect
ManiaPlanet
NVS
Oh My Posh
OpenSSH
PinnedItem
PowerShell
PuTTY
RetroArch
Thunderbird
TobiiGameHub
TobiiGhost
Ubiquiti UniFi Controller
VisualStudio
WinSCP
Windows
chocolatey
git
osu!
osu!lazer
reWASD
winget
zoxide

View file

@ -3,7 +3,7 @@
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
Start-SoftwareInstaller @args `
-Inherit "$PSScriptRoot/../../../Common/Software/Oh My Posh/Manage.ps1" `
-Inherit "$PSScriptRoot/../../../Common/Software/Oh My Posh/Main.ps1" `
-Installer {
Install-WingetPackage JanDeDobbeleer.OhMyPosh -ArgumentList "--scope", "machine";
};

View file

@ -1,4 +1,4 @@
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
Start-SoftwareInstaller @args -Inherit "$PSScriptRoot/../../../Common/Software/PowerShell/Manage.ps1";
Start-SoftwareInstaller @args -Inherit "$PSScriptRoot/../../../Common/Software/PowerShell/Main.ps1";

View file

@ -4,7 +4,7 @@
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
Start-SoftwareInstaller @args `
-Inherit "$PSScriptRoot/../../../Common/Software/git/Manage.ps1" `
-Inherit "$PSScriptRoot/../../../Common/Software/git/Main.ps1" `
-Installer {
$params = "/WindowsTerminalProfile";
$defaultBranch = Get-OSConfig "git.defaultBranch";