Skip to content

Instantly share code, notes, and snippets.

@jmjeong
Created April 1, 2013 06:42
Show Gist options
  • Save jmjeong/5283512 to your computer and use it in GitHub Desktop.
Save jmjeong/5283512 to your computer and use it in GitHub Desktop.
Move to home-brew from MacPorts
sudo port -f uninstall installed
sudo chown -R `whoami` /usr/local
sudo rm -rf /opt/local
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
brew doctor
brew install wget ispell w3m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment