Using OS X for the daily work is getting easier every day. And most of the time I am doing work using the Terminal.app.
So there are some configuration changes necessary to make it even more useable…
- Edit /etc/bashrc and add some alias and color definitions
- alias ll=”ls -hfG”
- alias la=”ls -ahfG”
- export LSCOLORS=fxfxcxdxbxegedabagacad
- custom color schemes can be defined using the lscolors tool
- install screen (using MacPorts for example) and setup a ~/.screenrc
Source 1: http://geoff.greer.fm/lscolors/
Source 2: http://www.macports.org/
Source 3: ScreenRC.tar