Last active
October 22, 2018 23:47
-
-
Save afirth/ad55805bc07679ea1a41b5c8edd21934 to your computer and use it in GitHub Desktop.
brew list
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
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install ack && \ | |
brew install bash && \ | |
brew install bash-completion && \ | |
brew install docker && \ | |
brew install fzf && \ | |
brew install git && \ | |
brew install gnutls && \ | |
brew install graphviz && \ | |
brew install jq && \ | |
brew install make && \ | |
brew install python && \ | |
brew install readline && \ | |
brew install vim --with-lua --with-override-system-vi && \ | |
brew install wireshark && \ | |
brew cask install wireshark |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment