Skip to content

Instantly share code, notes, and snippets.

View gavrie's full-sized avatar

Gavrie Philipson gavrie

View GitHub Profile
# System authorization information
auth --enableshadow --passalgo=sha512
# Run the Setup Agent on first boot
firstboot --enable
# Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'
# System language
lang en_US.UTF-8

Keybase proof

I hereby claim:

  • I am gavrie on github.
  • I am gavrie (https://keybase.io/gavrie) on keybase.
  • I have a public key whose fingerprint is 6B82 F023 43D1 F603 9023 ADC3 8BA1 C5BF C114 2B70

To claim this, I am signing this object:

@gavrie
gavrie / hack.sh
Created April 1, 2012 12:36 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#