Skip to content

Instantly share code, notes, and snippets.

View hkraji's full-sized avatar

Haris Krajina hkraji

  • Sarajevo, Bosnia and Herzegovina
View GitHub Profile
@hkraji
hkraji / gist:6762413
Created September 30, 2013 11:22
Sublime Text 2 configuration
## User configuration
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"font_face": "DejaVu Sans Mono",
"font_size": 10.0,
"highlight_line": true,
"ignored_packages":
@hkraji
hkraji / rdebugrc
Last active December 24, 2015 07:18
Rdebugrc, ruby debug
### Ruby
## Breakpoint
# DEBUG SNIPPET >>> REMOVE <<<
require (RUBY_VERSION.match(/1\.8\..*/) ? 'ruby-debug' : 'debugger');Debugger.start; debugger
### System