Skip to content

Instantly share code, notes, and snippets.

@blakeeb
Created April 12, 2012 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save blakeeb/2369647 to your computer and use it in GitHub Desktop.
Save blakeeb/2369647 to your computer and use it in GitHub Desktop.
Installing htop on OSX Lion

Installing htop on Lion

The homeboys at Homebrew decided to make the "htop" package unofficial, stranding many users. Here's how to get some htop goodness working again.

Fresh Install

brew install autoconf 
brew link autoconf
brew install automake
brew install --HEAD https://raw.github.com/adamv/homebrew-alt/master/unmaintained/htop.rb    
chmod 6555 /usr/local/Cellar/htop/HEAD/binhtop
sudo chown root /usr/local/Cellar/htop/HEAD/binhtop

Fixing htop after Lion upgrade

Uninstall htop first, then execute the commands above for a fresh install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment