Skip to content

Instantly share code, notes, and snippets.

View jbarone's full-sized avatar

Joshua Barone jbarone

  • New Orleans, LA, USA
View GitHub Profile
@jbarone
jbarone / boxstarter.ps1
Last active May 4, 2018 17:06 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Revisions By: Joshua Barone
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2018-05-04
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#