Changed into list and iterator
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user