Skip to content

Instantly share code, notes, and snippets.

View thegilby's full-sized avatar
🤙

Gilbert "Gilby" Hernandez thegilby

🤙
View GitHub Profile
@thegilby
thegilby / controllers.application.js
Last active November 14, 2019 01:47 — forked from srowhani/controllers.application.js
Disabled Button Test
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
actions: {
foo () {
alert('bar');
},
baz () {
@thegilby
thegilby / Preferences.sublime-settings
Created September 21, 2015 21:03
My Sublime Text 3 Settings
{
"bold_folder_labels": false,
"color_scheme": "Packages/Future Funk - Color Scheme/Future Funk (Blue Monday).tmTheme",
"draw_white_space": "all",
"enable_tab_scrolling": false,
"fade_fold_buttons": false,
"file_exclude_patterns": [
"*.DS_Store",
".vlt",
"clientlibs/*.css"
@thegilby
thegilby / perferences.json
Created August 23, 2012 22:09 — forked from soffes/perferences.json
My Sublime Text 2 config
{
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"theme": "Soda Dark.sublime-theme",
"font_face": "Meslo LG M",
"font_size": 12.0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"file_exclude_patterns": [
".DS_Store"
],