Skip to content

Instantly share code, notes, and snippets.

@YasuhideKato
Last active January 6, 2017 04:37
Show Gist options
  • Save YasuhideKato/6a767a9006f59c337a0a0931a1af76bc to your computer and use it in GitHub Desktop.
Save YasuhideKato/6a767a9006f59c337a0a0931a1af76bc to your computer and use it in GitHub Desktop.
bulk_install_for_mac.sh
#!/bin/sh
# homebrewのインストール
# XCodeが入ってなければ、以下のスクリプトの中でインストされる
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# caskのインストール
brew tap caskroom/cas
# homebrew-caskで必要なツールをインストール
brew cask install slack
brew cask install google-chrome
brew cask install postman
brew cask install virtualbox
brew cask install vagrant
brew cask install wireshark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment