Skip to content

Instantly share code, notes, and snippets.

View rsaltrelli's full-sized avatar

Ray Saltrelli rsaltrelli

View GitHub Profile
@rsaltrelli
rsaltrelli / Boxstarter.ps1
Last active December 22, 2018 02:11
Initializes a new TCGplayer dev environment on a fresh Windows 10 installation using Boxstarter and Chocolatey.
# To run this script:
# PS> PowerShell.exe -ExecutionPolicy UnRestricted -File .\boxstarter.ps1
# Setup Boxstarter and Chocolatey
. { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex
get-boxstarter -Force
# Enter Boxstarter shell
C:\ProgramData\Boxstarter\BoxstarterShell.ps1