I hereby claim:
- I am davidchristiansen on github.
- I am dchristiansen (https://keybase.io/dchristiansen) on keybase.
- I have a public key whose fingerprint is 2E8B 8A7C FDF8 FE3D 13E7 0B60 8B75 3F64 1982 A0DB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Boxstarter script for blog post http://blog.zerosharp.com/provisioning-a-new-development-machine-with-boxstarter | |
| # Allow reboots | |
| $Boxstarter.RebootOk=$true | |
| $Boxstarter.NoPassword=$false | |
| $Boxstarter.AutoLogin=$true | |
| # Basic setup | |
| Update-ExecutionPolicy Unrestricted | |
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions |
| Set-WindowsExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| Enable-RemoteDesktop | |
| choco install nodejs.install | |
| choco install ruby | |
| choco install python | |
| choco install scriptcs | |
| choco install yeoman | |
| choco install resharper |