- Developer tools
- Mac Ports – http://www.macports.org/install.php
- If you are running Snow Leopard, install using this guide: http://guide.macports.org/#installing.macports.subversion until version 1.8 has been released.
- TextMate – http://macromates.com/
- Snow Leopard: If cmd+left & cmd+right doesn’t work (start and end of line) download “Snow Leopard Compatibility.zip” from http://ticket.macromates.com/show?ticket_id=0FDE7076
- Alternate GUI: http://jason-evers.com/projects/green-moleskine
- Neopro theme: http://github.com/hugowetterberg/Neopro.tmTheme
- Cyberduck – http://cyberduck.ch/
- GitX – http://gitx.frim.nl/
- iPhone SDK – http://developer.apple.com/iphone/
- Dropbox – http://www.getdropbox.com/install
- Hoster – http://www.redwinder.com/macapp/hoster/
- Quicksilver – http://blacktree.com/?quicksilver
- Unarchiver – http://wakaba.c3.cx/s/apps/unarchiver.html
- UnRarX – http://www.unrarx.com/
- Sequel Pro – http://www.sequelpro.com/download.html
- $ sudo port install gnupg
- $ sudo port install git-core +doc +svn +bash_completion
- Another exception if you are using Snow Leopard, you might have to skip +svn here
- Add the following to your ~/.profile
if [ -f /opt/local/etc/bash_completion ]; then
. /opt/local/etc/bash_completion
fi - If you’re going to use git with cvs
- $ sudo port install cvsps
- $ sudo port install gawk
- $ sudo port install mysql5-server
- Don’t forget to follow the installation instructions printed during the install process
- $ sudo port install apache2
- Don’t forget to follow the installation instructions printed during the install process
- $ sudo port install php52 +apache2 +fastcgi +imap +tidy +mysql5 +sqlite +pear +readline +sockets +t1lib
- Don’t forget to follow the installation instructions printed during the install process
- Add apache and mysql bin path to your PATH:
- /opt/local/apache2/bin
- /opt/local/lib/mysql5/bin