Skip to content

Instantly share code, notes, and snippets.

$Boxstarter.RebootOk=$true
$Boxstarter.NoPassword=$false
$Boxstarter.AutoLogin=$true
# Configure Windows
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Update-ExecutionPolicy Unrestricted
## Git

Keybase proof

I hereby claim:

  • I am cltatman on github.
  • I am cltatman (https://keybase.io/cltatman) on keybase.
  • I have a public key ASBADdtRSvPpG38zFvprDk22cI8qp70Z7W6w60JTpvpRoAo

To claim this, I am signing this object:

// Promise.coroutine test boilerplate
it('test description', function (done) {
Promise.coroutine(function *() {
// test contents
})().then(done);
});
// Co-Mocha test boilerplate
it('test description', function *() {
// test contents