Install Homebrew
Install a few things with homebrew:
Notice that some packages give you information at the end, read it carefully. To recall that info use brew info
like this: $ brew info postgresql
$ brew install python --universal
$ gcc -DUSE_MMAP=0 tmp/rss.c && ./a.out | |
rss 360448 | |
============== | |
rss 360448 | |
rss 1429504 | |
rss 552960 | |
============== | |
rss 552960 | |
rss 1359872 | |
rss 1359872 |
Install Homebrew
Install a few things with homebrew:
Notice that some packages give you information at the end, read it carefully. To recall that info use brew info
like this: $ brew info postgresql
$ brew install python --universal
As configured in my dotfiles.
start new:
tmux
start new with session name:
# The beginnings of a declarative model syntax for CoffeeScript. | |
# SEE: http://almostobsolete.net/declarative-models-in-coffeescript.html | |
# Thomas Parslow | |
# Email: tom@almostobsolete.net | |
# Twitter: @almostobsolete | |
# The top part is the setup, see below that for the demo | |
# To see this run right away try copy pasting it into the 'Try | |
# CoffeeScript' box at http://jashkenas.github.com/coffee-script/ |