Skip to content

Instantly share code, notes, and snippets.

View abuckenheimer's full-sized avatar

Alec Buckenheimer abuckenheimer

View GitHub Profile
@abuckenheimer
abuckenheimer / boxstarter.ps1
Last active May 29, 2019 15:51 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Co-opted By: abuckenheimer
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#