Files
consultant-windows/requirements.ps1
2024-10-22 16:50:03 +02:00

28 lines
669 B
PowerShell

# Install requirements via winget
$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",
"microsoft.azuredatastudio",
"mozilla.thunderbird",
"yubico.authenticator"
)
# 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
# Install server for browserpass