Bash startup script in OSX

If you’re coming from Linux, and you’re looking for .bashrc in OSX, you’re not gonna find it–at the time I wrote this, the OSX is version 10.5.7 (Leopard)–you can find the bash initialization files in 2 places; in ~/.profile and /etc/profile.

~/.profile-the tilde (~) is a shortcut to /Users/yourloginname, so you will find this file [...]

Twerminal – twittering from Terminal.app

Do you want to twitter from the OSX command line, a.k.a. Terminal.app? Let’s do that, don’t be scared to use the terminal; DIYers can do this — I promise.
First , a list of things we need. 

Terminal.app  - (check) you’ve got this inside Applications/Utilities folder; you could just press cmd+space bar, then type “Terminal” in Spotlight, [...]