Merge branch 'main' of https://git.zacke.dev/wholteza/consultant-windows
This commit is contained in:
@@ -13,9 +13,9 @@ $packages = @(
|
||||
"chocolatey.chocolatey", # nvim
|
||||
"Python.Python.3.13", # nvim
|
||||
"Python.Python.3.9", # project dependencies
|
||||
"Python.Python.3.10", # isort
|
||||
"JernejSimoncic.Wget", # nvim
|
||||
"7zip.7zip", # nvim
|
||||
"zig.zig"
|
||||
"7zip.7zip" # nvim
|
||||
)
|
||||
|
||||
foreach ($package in $packages)
|
||||
@@ -32,7 +32,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 neovim pillow
|
||||
@@ -40,31 +40,18 @@ python -m pip install debugpy neovim pillow
|
||||
## 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",
|
||||
"mRemoteNG.mRemoteNG",
|
||||
"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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user