Skip to content

Commit

Permalink
Updated packages for current dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dikayx committed Nov 29, 2024
1 parent 741396d commit 6527a88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ echo "Installing development tools..."
:: Install development programs
winget install -e --id Git.Git
winget install -e --id Python.Python.3
winget install -e --id OpenJS.NodeJS.LTS
winget install -e --id Microsoft.OpenJDK.17
winget install -e --id Microsoft.VisualStudioCode
winget install -e --id Microsoft.VisualStudio.2022.Community
echo "...done!"

echo "Configuring additional settings..."
Expand Down
2 changes: 2 additions & 0 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ Write-Host "Installing development tools..."
# Install development programs
winget install -e --id Git.Git
winget install -e --id Python.Python.3
winget install -e --id OpenJS.NodeJS.LTS
winget install -e --id Microsoft.OpenJDK.17
winget install -e --id Microsoft.VisualStudioCode
winget install -e --id Microsoft.VisualStudio.2022.Community
Write-Host "...done!"

Write-Host "Configuring additional settings..."
Expand Down

0 comments on commit 6527a88

Please sign in to comment.