Skip to content

Commit

Permalink
Added htop as a brew package
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbenham committed Oct 17, 2012
1 parent c768190 commit 3324351
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions brews.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
dep 'ack.managed'
dep 'ctags.managed'
dep 'git.managed'
dep 'htop.managed' do
installs {
via :brew, 'htop-osx'
}
end
dep 'jpeg.managed' do
installs {
via :brew, 'jpeg'
Expand All @@ -21,6 +26,7 @@
requires 'ack.managed',
'ctags.managed',
'git.managed',
'htop.managed',
'jpeg.managed',
'mongodb.managed',
'node.managed',
Expand Down

0 comments on commit 3324351

Please sign in to comment.