Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am dawnthefawn on github.
  • I am bleatport (https://keybase.io/bleatport) on keybase.
  • I have a public key ASAuLKxdfAA8RNzbftl_cc6owlnKmC0xSC12UoSxE2ODmAo

To claim this, I am signing this object:

@dawnthefawn
dawnthefawn / boxstarter.ps1
Last active January 23, 2018 21:27 — forked from daveilers/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# 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:
@dawnthefawn
dawnthefawn / boxstarter.ps1
Last active January 24, 2018 19:30 — forked from daveilers/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# 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: