Added pastify and powershell debug
This commit is contained in:
@@ -18,7 +18,8 @@ $packages = @(
|
||||
"zig.zig"
|
||||
)
|
||||
|
||||
foreach ($package in $packages) {
|
||||
foreach ($package in $packages)
|
||||
{
|
||||
winget install $package
|
||||
}
|
||||
|
||||
@@ -34,11 +35,13 @@ npm install # mostly nvim deps
|
||||
Start-Process pwsh -Verb RunAs -ArgumentList "-Command", "choco install make unzip ripgrep"
|
||||
|
||||
## Nvim requirements from pip
|
||||
python -m pip install debugpy
|
||||
python -m pip install debugpy neovim pillow
|
||||
|
||||
## Git posh
|
||||
Install-Module posh-git -Scope CurrentUser -Force
|
||||
|
||||
|
||||
|
||||
Exit
|
||||
|
||||
# extras, make flag for these
|
||||
@@ -67,7 +70,8 @@ $packages = @(
|
||||
)
|
||||
|
||||
# Iterate through each package and install it
|
||||
foreach ($package in $packages) {
|
||||
foreach ($package in $packages)
|
||||
{
|
||||
winget install $package
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user