Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am joshfrogers on github.
  • I am polus (https://keybase.io/polus) on keybase.
  • I have a public key ASCnavL5jcTeLiL7rHfCN4nKieu80Mjt1_XuO0q_h5mvBgo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am joshfrogers on github.
  • I am polus (https://keybase.io/polus) on keybase.
  • I have a public key ASCbJGvAnv_3VpnSJas3aU8KviMGgtG2V38aY46fF8k5wAo

To claim this, I am signing this object:

# OSX for Hackers (Mavericks/Yosemite)
#
# Source: https://gist.github.com/brandonb927/3195465
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Ask for the administrator password upfront
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showFileExtensions -EnableShowFullPathInTitleBar
<# Set-CornerNavigationOptions -DisableUpperLeftCornerSwitchApps #>
Install-WindowsUpdate -getUpdatesFromMS -acceptEula
<# Core #>
cinst MicrosoftSecurityEssentials
cinst chocolatey -Version 0.9.8.23
cinst ChocolateyGUI
cinst PowerShell
<# Productivity #>