Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 649 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 649 Bytes

Windows Dev Box Setup Script

A PowerShell script that leverages Winget to install some common applications used for application development on a Windows machine.

Background

The backbone of the setup uses Winget for installing the software.

About: https://learn.microsoft.com/en-us/windows/package-manager/winget/

Installation of winget: https://learn.microsoft.com/en-us/windows/package-manager/winget/#install-winget

This is just a compilation of some applications, SDKS, IDE's and more that I used on Windows machine for the work I do. I wanted to put it into script form to make it easier to reproduce the setup of a future machine.