Skip to content

Instantly share code, notes, and snippets.

@josephsindel
Created September 15, 2020 01:08
Show Gist options
  • Save josephsindel/ff30e762ba18488df429840b49606dc0 to your computer and use it in GitHub Desktop.
Save josephsindel/ff30e762ba18488df429840b49606dc0 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 cask install iterm3
brew cask install caffeine
brew install coreutils
brew install findutils
brew install bash
brew install git
brew install ack
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
brew cask install commandq
sudo easy_install requests iso8601 Babel six simplejson pbr PrettyTable oslo.utils argparse netaddr oslo.config stevedore pytz pip oslo.i18n
sudo pip install awscli
sudo pip install docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment