Skip to content

Instantly share code, notes, and snippets.

View scottg's full-sized avatar

Scott Goodwin scottg

  • Washington, D.C.
View GitHub Profile
@ph
ph / gist:4133409
Created November 23, 2012 00:13 — forked from brandonb927/osx-for-hackers.sh
OSX for Hackers: Mountain Lion Edition
# ~/.osx — http://mths.be/osx
###############################################################################
# General UI/UX #
###############################################################################
# Set computer name (as done via System Preferences → Sharing)
scutil --set ComputerName "MacBookPro"
scutil --set HostName "MacBookPro"
scutil --set LocalHostName "MacBookPro"
@embolden
embolden / gist:4544420
Created January 16, 2013 03:24
Pandoc markdown to pdf
pandoc -V geometry:margin=.75in -V mainfont="Minion Pro" --latex-engine xelatex filename.md -o filename.pdf