Changed into list and iterator

This commit is contained in:
2024-10-21 15:26:29 +02:00
parent ae457f041f
commit 2a873eb327

View File

@@ -1,16 +1,24 @@
# Install requirements via winget
winget install gnupg.gpg4win
winget install microsoft.teams
winget install putty.putty
winget install microsoft.windowsterminal
winget install git.git
winget install mozilla.firefox
winget install Microsoft.VisualStudio.2022.Community
winget install jandedobbeleer.ohmyposh
winget install IJHack.QtPass
winget install Microsoft.powertoys
winget install google.chrome
$packages = @(
"gnupg.gpg4win",
"microsoft.teams",
"putty.putty",
"microsoft.windowsterminal",
"git.git",
"mozilla.firefox",
"Microsoft.VisualStudio.2022.Community",
"jandedobbeleer.ohmyposh",
"IJHack.QtPass",
"Microsoft.powertoys",
"google.chrome",
"spotify.spotify"
)
# Iterate through each package and install it
foreach ($package in $packages) {
winget install $package
}
# Install mini driver for yubikey
# Follow dr duhs yubikey guide for setting up gpg agent and trusting certificate