Skip to content

Instantly share code, notes, and snippets.

@coolstorybro
coolstorybro / rbenv.sh
Created February 5, 2013 01:01 — forked from DAddYE/rbenv.sh
export CONFIGURE_OPTS="\
--disable-install-doc \
--with-readline-dir=$(brew --prefix readline) \
--with-openssl-dir=$(brew --prefix openssl)
--with-yaml-dir=$(brew --prefix yaml) \
--with-gdbm-dir=$(brew --prefix gdbm) \
--with-libffi-dir=$(brew --prefix libffi)"
@coolstorybro
coolstorybro / hack.sh
Created March 31, 2012 16:00 — forked from erikh/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/2108403/hack.sh | sh
#