Skip to content

Instantly share code, notes, and snippets.

@pedrocss
pedrocss / Foca no código
Created August 27, 2012 17:15 — forked from zenorocha/Foca no código
Foca no código
/* Véi, foca no código
.---.
/o o\
__(= " =)__
//\'-=-'/\\
) (_
/ `"=-._
/ \ ``"=.
@pedrocss
pedrocss / gist:2722278
Created May 17, 2012 23:31 — forked from lucashungaro/gist:2721921
OS X tweaks
# Expand print panel by default
defaults write NSGlobalDomain PMPrintingExpandedStateForPrint -bool true
# Disable the “Are you sure you want to open this application?” dialog
defaults write com.apple.LaunchServices LSQuarantine -bool false
# Enable subpixel font rendering on non-Apple LCDs
defaults write NSGlobalDomain AppleFontSmoothing -int 2
# Disable press-and-hold for keys in favor of key repeat