Skip to content

Instantly share code, notes, and snippets.

View ddamico's full-sized avatar

David D'Amico ddamico

View GitHub Profile
@ddamico
ddamico / boxstarter.ps1
Last active October 26, 2017 02:01 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Modified By: David D'Amico <human@ddamico.org>
# Forked From: https://gist.github.com/jessfraz/7c319b046daa101a4aaef937a20ff41f
# Last Updated: 2017-25-10
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#