DEV Community

Discussion on: Set up My Computer with Me!

Collapse
 
equiman profile image
Camilo Martinez

I like .Net Core a lot. Can I see this script?

Collapse
 
dotnetcoreblog profile image
Jamie

It's currently closed source. But essentially it:

  • Uses Nate McMaster's CommandLineUtils as a base
  • Figures out which OS its running on
  • Reads a list of applications from a json file (including any CLI switches for installers)
  • Loops through the applications and installs them

I'll see whether I can produce a limited, open source version over the weekend.