Skip to content

Instantly share code, notes, and snippets.

@windyinsc
windyinsc / osx-for-hackers.sh
Last active November 15, 2016 07:34 — forked from matthewmueller/osx-for-hackers.sh
Specific script optimizes your Mac’s settings for hackability. It disables many of the annoying defaults Macs have, speeds up the keyboard repeat rate and windows animations, and applies many other tweaks. This version makes the script more idempotent, removing a lot of the prompts that can be handled in other places. Prior to running (source) s…
# OSX for Hackers (Mavericks/Yosemite)
#
# Source: https://gist.github.com/brandonb927/3195465
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Ask for the administrator password upfront
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="HandheldFriendly" content="true"/>
@windyinsc
windyinsc / 0_reuse_code.js
Created October 12, 2013 01:34
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console