Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.13 KB

Win10 dev box setup

This is the repo storing scripts that used to setup my dev machine.

Getting started

Running the boxstarter script requires admin access.

First, run GatherUserInput.ps1 in PowerShell

Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/dignite/win10-dev-box-setup/master/GatherUserInput.ps1')

One click Web URL to install using Boxstarter (Use Microsoft Edge)

Built With

  • Boxstarter
  • Chocolatey
  • PowerShell
  • Scoop

Developing

Testing the script is a bit cumbersome right now, what you can do is source the script without running it and invoke the individual functions.

As an example you can test "Open manual instructions" with

. .\SetupDeveloperMachine.ps1 -RunScript $False
OpenManualInstructions

Contributing

This repo is for Win 10 dev box and mainly for a full stack developer. These scripts may not suit to your development environment setup requirements. But can be used as starting point to fork and customize.