Skip to content

Instantly share code, notes, and snippets.

@weilandia
Created May 1, 2018 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weilandia/e6db1df3f246a1d6d2027f2e8c82bee4 to your computer and use it in GitHub Desktop.
Save weilandia/e6db1df3f246a1d6d2027f2e8c82bee4 to your computer and use it in GitHub Desktop.
airbo laptop
#!/bin/sh
brew bundle --file=- <<EOF
cask "slack"
cask "google-chrome"
cask "google-chrome-canary"
cask "atom"
cask "firefox"
cask "mongodb-compass"
cask "ngrok"
cask "sourcetree"
cask "pg-commander"
cask "caskroom/versions/java8"
cask "chromedriver"
brew "go"
brew "mongodb"
brew "elasticsearch"
brew "geckodriver"
EOF
fancy_echo "Cleaning up old Homebrew formulae ..."
brew cleanup
brew cask cleanup
heroku plugins:install heroku-accounts
if [ -r "$HOME/.rcrc" ]; then
fancy_echo "Updating dotfiles ..."
rcup
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment