added omp

This commit is contained in:
Zackarias Montell
2025-05-15 08:21:41 +02:00
parent 243b759813
commit 04ff3fec0d
3 changed files with 83 additions and 13 deletions

View File

@@ -2,26 +2,27 @@
$packages = @(
"gnupg.gpg4win",
"wez.wezterm", # Teminal emulator
#"gnupg.gpg4win",
"microsoft.teams",
"putty.putty",
"microsoft.windowsterminal",
"microsoft.git",
"git.git",
"mozilla.firefox",
"Microsoft.VisualStudio.2022.Community",
"JetBrains.Resharper",
"jandedobbeleer.ohmyposh",
"IJHack.QtPass",
#"IJHack.QtPass",
"Microsoft.powertoys",
"google.chrome",
"spotify.spotify",
"microsoft.azuredatastudio",
"mozilla.thunderbird",
#"spotify.spotify",
"microsoft.azuredatastudio",
#"mozilla.thunderbird",
"yubico.authenticator",
"microsoft.powershell",
"JetBrains.ReSharper",
"Postman.Postman",
"docker.dockerdesktop"
"docker.dockerdesktop",
"CoreyButler.NVMforWindows" # Node version manager
)
# Iterate through each package and install it
@@ -29,11 +30,6 @@ 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
#add nvm here somewhere and set up node 22
npm install -g @vue/typescript-plugin@2.2.10 # for nvim