Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save josephsindel/9399b2f50bb3e0571b1653643fe5764e to your computer and use it in GitHub Desktop.
Save josephsindel/9399b2f50bb3e0571b1653643fe5764e to your computer and use it in GitHub Desktop.
#!/bin/bash
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install caskroom/cask/brew-cask
brew cask install google-chrome
brew cask install sublime-text
brew install coreutils
brew install findutils
brew install bash
sudo bash -c "echo /usr/local/bin/bash >> /private/etc/shells"
chsh -s /usr/local/bin/bash
brew tap homebrew/dupes
brew install homebrew/dupes/grep
brew install wget
brew install libvpx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment