Skip to content

Instantly share code, notes, and snippets.

View peterbourgon's full-sized avatar

Peter Bourgon peterbourgon

View GitHub Profile
@peterbourgon
peterbourgon / gist:2491233
Created April 25, 2012 16:48 — forked from spadgos/gist:1853227
Sublime settings
{
"caret_style": "phase",
"color_scheme": "Packages/User/Nonokai.tmTheme",
"default_new_file_syntax": "Packages/Javascript/Javascript.tmLanguage",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
@peterbourgon
peterbourgon / hack.sh
Created March 31, 2012 20:18 — 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
#
echo "Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs)"
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3