Hacker News new | ask | show | jobs
by mbreese 4263 days ago
I don't use any of the extra package managers for OSX. I'd rather let Apple manage the tools available in OSX. If I need to do work where I find the command-line tools on OSX lacking, I'll end up working on a remote server or use a local Linux VM.

I try to not muck around with the base installs too much - it makes it too difficult to migrate between machines.

1 comments

You should look into homebrew[1] if you haven't already. It installs everything in /usr/local and does not mess with the base install. To migrate between machines you can do something as simple as brew list > brew.txt

[1] http://brew.sh