Last active
May 30, 2016 08:19
-
-
Save shlomi-noach/392e65de17af6db72f8e to your computer and use it in GitHub Desktop.
Useful set of brew packages to install on OS/X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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