Skip to content

Instantly share code, notes, and snippets.

View djurczak's full-sized avatar

Daniel Jurczak djurczak

  • Vienna, Austria
View GitHub Profile
@djurczak
djurczak / install_homebrew.rb
Created September 13, 2011 16:26 — forked from mxcl/install_homebrew.markdown
Installs Homebrew to /usr/local so you don't need sudo to `brew install`
#!/usr/bin/ruby
# This script installs to /usr/local only. To install elsewhere you can just
# untar https://github.com/mxcl/homebrew/tarball/master anywhere you like.
module Tty extend self
def blue; bold 34; end
def white; bold 39; end
def red; underline 31; end
def reset; escape 0; end
def bold n; escape "1;#{n}" end
@djurczak
djurczak / gist:1016847
Created June 9, 2011 14:36 — forked from ahankinson/gist:985173
Install WxPython 2.9 64-bit with Homebrew Python Framework install
# These instructions work for OS X 10.6 with homebrew pre-installed.
brew install python --framework
brew install gfortran
# get pip
curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
python get-pip.py
# install other dependencies through pip: