Added htop to homebrew app install
This commit is contained in:
parent
328603851e
commit
8d97a5adce
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -13,7 +13,7 @@ ln -s $PWD/gitconfig ~/.gitconfig
|
|||
if [ `uname` == 'Darwin' ];
|
||||
then
|
||||
# TODO Installs Homebew
|
||||
brew install git ssh-copy-id bash-completion macvim multitail nmap tmux wget
|
||||
brew install git ssh-copy-id bash-completion macvim multitail nmap tmux wget htop
|
||||
# TODO Installs Server stuff (nginx, php53, pear, redis, memcached, what have you)
|
||||
|
||||
# Clears out the old .bash_profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue