Created
December 14, 2016 00:47
-
-
Save nelanka/23ab868b0785d2cfb5cddd829f8475f3 to your computer and use it in GitHub Desktop.
Homebrew Setup
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
brew doctor | |
brew tap homebrew/dupes | |
brew update | |
brew upgrade | |
brew install findutils --with-default-names | |
brew install gnu-sed --with-default-names | |
brew install gnu-tar --with-default-names | |
brew install gnu-which --with-default-names | |
brew install gnu-indent --with-default-names | |
brew install gnutls --with-default-names | |
brew install grep --with-default-names | |
brew install coreutils | |
brew install binutils | |
brew install diffutils | |
brew install gzip | |
brew install watch | |
brew install tmux | |
brew install wget | |
brew install netcat | |
brew install nmap | |
brew install gpg | |
brew install htop | |
brew install awscli | |
brew install bash | |
brew install bash-completion | |
brew install curl | |
brew install dos2unix | |
brew install fish | |
brew install gawk | |
brew install git | |
brew install macvim | |
brew install python | |
brew install readline | |
brew install sbt | |
brew install scala | |
brew install scala211 | |
brew install vim | |
brew install zsh | |
brew install zsh-completions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment