/sublime-text-config

My Sublime Text 2 Config and preferred theme.

Sublime text 2 Config

My Sublime Text 2 preferences.

Package list

Package Control

All Autocomplete
jQuery
JsFormat
Markdown Preview
Search WordPress Codex
SideBarEnhancements
Stylus
Wordpress
ApacheConf.tmLanguage
nginx
Install package control

Install package control in Sublime Text 2 by pasting the following command into the console.
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print('Please restart Sublime Text to finish installation') Install Theme

I use artillery which was originally created for Textmate but those themes ports nicely to sublime text 2. Just drop the Artillery.tmTheme file into sublimes packagesdirectory. Preferences Location

~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/Preferences.sublime-settings

Command Line Tool

ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl ~/bin/subl