Skip to content

Instantly share code, notes, and snippets.

View dipolesource's full-sized avatar

Michael McCormick dipolesource

View GitHub Profile
@dipolesource
dipolesource / hack.sh
Created May 4, 2012 19:00 — forked from io41/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2281433/hack.sh | sh
#
@dipolesource
dipolesource / .inputrc
Created May 4, 2012 19:00 — forked from io41/.inputrc
OSX .inputrc to make terminal way better. and by better i mean i'm naked
"\e[1~": beginning-of-line
"\e[4~": end-of-line
“\e[5~”: history-search-backward
“\e[6~”: history-search-forward
"\e[3~": delete-char
"\e[2~": quoted-insert
"\e[5C": forward-word
"\e[5D": backward-word
"\e\e[C": forward-word
"\e\e[D": backward-word