Skip to content

Instantly share code, notes, and snippets.

@gcorreaq
Forked from blakeeb/htop-on-lion.md
Created April 18, 2012 17:12
Show Gist options
  • Save gcorreaq/2415120 to your computer and use it in GitHub Desktop.
Save gcorreaq/2415120 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/bin/htop
sudo chown root /usr/local/Cellar/htop/HEAD/bin/htop

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