Skip to content

Instantly share code, notes, and snippets.

Effective Engineer - Notes

What's an Effective Engineer?

  • They are the people who get things done. Effective Engineers produce results.

Adopt the Right Mindsets

@foull
foull / gist:47eee227ec383ad118e3
Created November 15, 2015 15:58 — forked from saetia/gist:1623487
Clean Install – OS X 10.11 El Capitan

OS X Preferences


most of these require logout/restart to take effect

# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false

# Set a shorter Delay until key repeat
Handlebars.registerHelper('t', function(i18n_key) {
i18n_key = Handlebars.Utils.escapeExpression(i18n_key);
var result = I18n.t(i18n_key);
return new Handlebars.SafeString(result);
});