leftovers
This commit is contained in:
@@ -12,6 +12,7 @@ $packages = @(
|
||||
"microsoft.powershell",
|
||||
"chocolatey.chocolatey", # nvim
|
||||
"Python.Python.3.13", # nvim
|
||||
"Python.Python.3.9", # project dependencies
|
||||
"JernejSimoncic.Wget", # nvim
|
||||
"7zip.7zip", # nvim
|
||||
"zig.zig"
|
||||
@@ -35,6 +36,9 @@ Start-Process pwsh -Verb RunAs -ArgumentList "-Command", "choco install make unz
|
||||
## Nvim requirements from pip
|
||||
python -m pip install debugpy
|
||||
|
||||
## Git posh
|
||||
Install-Module posh-git -Scope CurrentUser -Force
|
||||
|
||||
Exit
|
||||
|
||||
# extras, make flag for these
|
||||
|
||||
Reference in New Issue
Block a user