Add extra.sh Add htop to brew installs. Added function to make it so that htop shows all process information even if it is not run as root.

This commit is contained in:
2014-04-25 13:13:40 -07:00
parent f17970b02c
commit a7e245d961
6 changed files with 29 additions and 8 deletions

View File

@@ -5,15 +5,13 @@ brew update
brew upgrade
# Install GNU core utilities (those that come with OS X are outdated)
brew install coreutils
echo "Dont forget to add $(brew --prefix coreutils)/libexec/gnubin to \$PATH."
brew install coreutils
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed
brew install findutils
# Install Bash 4
brew install bash
brew install scala
brew install sbt
brew install greadlink
# Install wget with IRI support
brew install wget --enable-iri
@@ -22,19 +20,29 @@ brew install wget --enable-iri
brew tap homebrew/dupes
brew install homebrew/dupes/grep
# Install everything else
# Important tools
brew install emacs
brew install git
brew install tmux
brew install python
brew install htop
brew link python
brew install scala
brew install sbt
# Install everything else
brew install watch
brew install greadlink
brew install nmap
brew install readline
brew install netcat
brew install reattach-to-user-namespace
brew install daemonize
ln -s /usr/local/Cellar/daemonize/1.7.4/sbin/daemonize /usr/local/bin/daemonize
brew link daemonize
brew install ngrep
brew install watch
brew install gist
# Remove outdated versions from the cellar
brew cleanup
# htop wont display all process information if the owner is not root
fix_brew_htop