Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am howlingmind on github.
  • I am billwolfe (https://keybase.io/billwolfe) on keybase.
  • I have a public key ASCvpyqT1TuZx_QIF2Kplw9iHWuv8N9vJSSrC-CvMbuQBAo

To claim this, I am signing this object:

$Boxstarter.RebootOk=$true # Allow reboots?
$Boxstarter.NoPassword=$true # Is this a machine with no login password?
Enable-RemoteDesktop
Disable-UAC
Update-ExecutionPolicy Unrestricted # Allow running PowerShell scripts
choco install visualstudio2015community
if (Test-PendingReboot) { Invoke-Reboot }
choco install xamarin
choco install androidstudio
@HowlingMind
HowlingMind / BoxstarterWin7DevMachine.ps1
Last active December 31, 2015 23:55
Boxstarter - Personal Development Machine
# A simple BoxStarter script for use with http://boxstarter.org/WebLauncher
# Updates a Windows machine and installs a range of developer tools
# Run with the command:
# START http://boxstarter.org/package/url?https://gist.githubusercontent.com/HowlingMind/c2c6a1454cf798966b1c/raw/ecb7f7584850e20f1f05dc979d7e2578e6bca438/BoxstarterWin7DevMachine.ps1
# Boxstarter URL
# http://boxstarter.org/package/nr/url?
# Boxstarter options
$Boxstarter.RebootOk=$true # Allow reboots?
@HowlingMind
HowlingMind / gist:996093
Created May 27, 2011 20:24 — forked from matthewmccullough/gist:47267
Git status Prompt including dirty and number of commits ahead/behind
# Colors
# ######
DULL=0
BRIGHT=1
NORMAL_COLOR="\[$ESC[m\]"
##
# Shortcuts for Colored Text ( Bright and FG Only )
##