Skip to content

dignite/win10-dev-box-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Automated set-up of Windows 10 development box

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%