Changes from reinstalled machine

This commit is contained in:
Zackarias Montell
2025-11-03 14:13:02 +01:00
parent 8c0f3ec5b4
commit b792e60b84
3 changed files with 26 additions and 27 deletions

View File

@@ -14,8 +14,7 @@ $packages = @(
"Python.Python.3.13", # nvim
"Python.Python.3.9", # project dependencies
"JernejSimoncic.Wget", # nvim
"7zip.7zip", # nvim
"zig.zig"
"7zip.7zip" # nvim
)
foreach ($package in $packages) {
@@ -31,7 +30,7 @@ cd ~
npm install # mostly nvim deps
## Nvim requirements from choco, needs to be run as admin
Start-Process pwsh -Verb RunAs -ArgumentList "-Command", "choco install make unzip ripgrep"
Start-Process pwsh -Verb RunAs -ArgumentList "-Command", "choco install make unzip ripgrep zig"
## Nvim requirements from pip
python -m pip install debugpy
@@ -39,29 +38,17 @@ python -m pip install debugpy
## Git posh
Install-Module posh-git -Scope CurrentUser -Force
Exit
# extras, make flag for these
$packages = @(
"Schniz.fnm", # Fast node version manager
"wez.wezterm", # Teminal emulator
#"gnupg.gpg4win",
"microsoft.teams",
"putty.putty",
"microsoft.windowsterminal",
"mozilla.firefox",
"mozilla.firefox.developeredition",
"Microsoft.VisualStudio.2022.Community",
"JetBrains.Resharper",
"jandedobbeleer.ohmyposh",
#"IJHack.QtPass",
"Microsoft.powertoys",
"google.chrome",
#"spotify.spotify",
"spotify.spotify",
"microsoft.azuredatastudio",
#"mozilla.thunderbird",
"mozilla.thunderbird",
"yubico.authenticator",
"microsoft.powershell",
"Postman.Postman",
"docker.dockerdesktop"
)