Skip to content

Instantly share code, notes, and snippets.

View angelo-marano's full-sized avatar
🏠
Working from home

Angelo Marano angelo-marano

🏠
Working from home
View GitHub Profile
@angelo-marano
angelo-marano / boxstarter.ps1
Last active May 21, 2019 17:23 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
# start http://boxstarter.org/package/nr/url?<URL-TO-RAW-GIST>
# OR
# Install-BoxstarterPackage -PackageName <URL-TO-RAW-GIST> -DisableReboots