This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Description: Boxstarter Script | |
# | |
# Forked from the original script by Jesse Frazelle | |
# https://gist.github.com/jessfraz/7c319b046daa101a4aaef937a20ff41f | |
# | |
# Last Updated: 2018-04-09 | |
# | |
# Install boxstarter: | |
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
# |