Skip to content

Instantly share code, notes, and snippets.

View jessemillman's full-sized avatar

Jesse Millman jessemillman

View GitHub Profile
@jessemillman
jessemillman / boxstarter.ps1
Last active August 7, 2018 03:18 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jesse Millman <jesse.millman@pointsbet.com> via https://gist.github.com/jessemillman/6c9b4a3eb2764c4d3aea45429801d7ea
# Last Updated: 2018-08-7
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt: