Friday, September 24, 2010

Homebrew!

I've just discovered homebrew!

http://mxcl.github.com/homebrew/

I've used it to install htop, wget, and hub (teaches git about github). It's already VASTLY superior to fink and ports.

.Xresources

Here's my final .Xresources before jumping ship to Terminal.app.

XTerm*background: black
XTerm*foreground: white
XTerm*scrollBar: false
XTerm*utf8: 1

xterm*saveLines: 10000
xterm*jumpScroll: true
XTerm*scrollBar: false

xterm*visualBell: true
xterm*loginShell: true

XTerm*VT100.Translations: #override \
Meta  W: quit() \n\
Meta  V: insert-selection(CLIPBOARD,PRIMARY,CUT_BUFFER0) \n\
: select-end(CLIPBOARD,PRIMARY,CUT_BUFFER0) \n\