Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jldailey
jldailey / hack.sh
Created June 20, 2012 16:06 — 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/2960681/hack.sh | sh
#
<decision-points>
<decision-point code="home-page" description="Home Page">
<decisions>
<decision code="welcome-style" description="Welcome Style">
<decision-option code="plain" description="Plain (old)"/>
<decision-option code="fancy" description="Fancy (new)"/>
</decision>
</decisions>
</decision-point>
</decision-points>