Skip to content

Instantly share code, notes, and snippets.

// Place your settings in the file "Packages/User/Preferences.sublime-settings",
// which overrides the settings in here.
//
// Settings may also be placed in syntax-specific setting files, for
// example, in Packages/User/Python.sublime-settings for python files.
{
// Sets the colors used within the text area
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
// Note that the font_face and font_size are overridden in the platform
@14to9
14to9 / Default (OSX).sublime-keymap
Last active November 29, 2016 22:07
14to9's SublimeText 3 Keybindings Preferences
[
{ "keys": ["command+shift+r"], "command": "quick_file_move" }
, { "keys": ["command+shift+c"], "command": "title_case" }
]
@14to9
14to9 / .bash_profile
Created July 30, 2012 21:25
Pairing station PS1 bash prompt
export PS1="\e[1;33m$(echo '${RUBY_VERSION:5:5}')\e[m:(\e[0;36m$(echo '$DEVELOPER')\e[m) \w $ "
@14to9
14to9 / Preferences.sublime-settings
Last active November 29, 2016 22:06
14to9's SublimeText 3 Preferences
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/One Dark Color Scheme/One Dark.tmTheme",
"drag_text": true,
"draw_white_space": "all",
"file_exclude_patterns":
[
"*/.psc_build*/*",
"*/bower_components/*",
"*/node_modules/*",