Skip to content

Instantly share code, notes, and snippets.

@shlomi-noach
Last active May 30, 2016 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shlomi-noach/392e65de17af6db72f8e to your computer and use it in GitHub Desktop.
Save shlomi-noach/392e65de17af6db72f8e to your computer and use it in GitHub Desktop.
Useful set of brew packages to install on OS/X
#!/bin/bash
# good brew setup for Mac OS/X
brew tap homebrew/dupes
brew install homebrew/dupes/grep
brew install go --with-cc-all
brew install coreutils findutils gnu-tar gnu-sed gawk gnutls gnu-indent gnu-getopt
brew install git gnupg rpm npm bash-completion
brew install jq q gawk htop cscope
brew install wget ant ant-contrib
brew cask install java
brew install Caskroom/cask/eclipse-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment