Software on my Mac

This is a list of the software that I use on my Mac, and have installed by myself, that is it wasn’t something that came with Mac.

The list is primarily for me, so that I can remember what to install when I get a new machine. But it also serve as a list of recommendations. Thus, if you think I need something on the list add a comment or send me a mail.

###XCode
Find your copy on the DVD that came with your Mac, or download from Apple. A machine without a C compiler is a sad machine. I don’t care much about the GUI parts of XCode, but the trusted command line tools are needed for Macports.

###Macports
* First thing to install (morally) is macports. Download it from:

* Your first port to install should be `bash-completion`:

$ sudo port install bash-completion

Then you need to configure `bash-completion`

* Add the following to your `.profile` (found in your home directory)

# bash-completion
if [ -f /opt/local/etc/bash_completion ]; then
. /opt/local/etc/bash_completion
fi

* And to make sure to install bash completions for future packages installed via macports add the following line to the file `/opt/local/etc/macports/variants.conf`:

+ bash_completion

See for the full story.
* I have (at least) the following ports (variants indicated with plus) installed:

git-core +svn
mercurial
emacs-app
ocaml
erlang
gimp2 +quartz +no_x11
inkscape +quartz +no_x11

Warning `gimp2` and `inkscape` ports will pull in an awfull lot of dependencies.

###Firefox

Available from
And I’m using the following add-ons:

+ [Sync](http://mozillalabs.com/sync/) (formally known as Weave)
+ [Greasemonkey](http://www.greasespot.net/) (direct [addon
link](https://addons.mozilla.org/en-US/firefox/addon/748/)
+ [After the Deadline – Spell and Grammar Checker](https://addons.mozilla.org/en-US/firefox/addon/58947/)

###Thunderbird

Available from

###Dropbox

Available from
Let me know if you want an extra 250MB when you sign up for the free 2GB account, then I’ll send you an invitation. Or just use [this referal link](https://www.dropbox.com/referrals/NTE3NDY5MTk).

###Adium

Available from
And I’m using the following from Adium Xtras:

* [Color Adiumy Menubar Reborn](http://www.adiumxtras.com/index.php?a=xtras&xtra_id=4497)

* [Skype](http://adiumxtras.com/index.php?a=xtras&xtra_id=5011)

###Skype

Available from

###iStat menus

Available from

###FileZilla

Available from

###Transmission (BitTorrent Client)

Available from

###Haskell platform

Available from

###Eclipse

Available from . I got the Eclipse Classic download for Mac Cocoa 64bit.

###Calibra

I use [Calibra](http://calibre-ebook.com) to manage my e-books. It is better than the program provided by Sony.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.