microsoft / windows-dev-box-setup-scripts

Scripts to simplify setting up a Windows developer box
MIT License
1.5k stars 367 forks source link

Examples that don't depend on Chocolatey #105

Open cinderblock opened 7 months ago

cinderblock commented 7 months ago

Is this project set on using Chocolatey for all possible install scripting? Have you considered using alternate (open source) package managers like winget in the examples? Would it make sense to maintain scripts for each in parallel? Maybe a fork/branch of this project that uses winget instead of choco?

I'm not sure where this question best fits so I thought I'd start here.

I think this would also solve #30.