Skip to content

Instantly share code, notes, and snippets.

View MarkWarneke's full-sized avatar
🐒
lounging

Mark Warneke MarkWarneke

🐒
lounging
View GitHub Profile
@MarkWarneke
MarkWarneke / boxstarter.ps1
Last active August 7, 2018 19:12 — forked from dphansen/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Mark Warneke
# Based on Boxstarter script by David Peter Hansen
# Last Updated: 2018-07-08
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#