Skip to content

Instantly share code, notes, and snippets.

@takustaqu
Last active November 8, 2017 10:03
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 takustaqu/900155f241a5956bb90a to your computer and use it in GitHub Desktop.
Save takustaqu/900155f241a5956bb90a to your computer and use it in GitHub Desktop.
Macでの開発環境構築をできる限り自動化する。 ref: http://qiita.com/takustaqu/items/a328baf15862faa086ee
if [ -f ~/.bashrc ] ; then
. ~/.bashrc
fi
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
cp .bashrc ~/.bashrc
cd ~
source .bashrc
$ mas list
931657367 Calcbot
449830122 HyperDock
641027709 Color Picker
682658836 GarageBand
425264550 Blackmagic Disk Speed Test
407963104 Pixelmator
497799835 Xcode
brew cask install vagrant
brew cask install virtualbox
brew cask install sourcetree
brew cask install visual-studio-code
brew cask install google-chrome
brew cask install sequel-pro
brew cask install vagrant
brew cask install virtualbox
brew cask install sourcetree
brew cask install visual-studio-code
brew cask install google-chrome
brew cask install sequel-pro
brew install mas
mas install 634148309 # Logic Pro X
mas install 425264550 # Blackmagic Disk Speed Test
mas install 407963104 # Pixelmator
mas install 497799835 # Xcode
mas install 424389933 # Final Cut Pro
mas install 944654199 # Tree 2
mas install 557168941 # Tweetbot
mas install 525742250 # JPEGmini Lite
mas install 417602904 # CloudApp
mas install 634148309 # Logic Pro X
mas install 425264550 # Blackmagic Disk Speed Test
mas install 407963104 # Pixelmator
mas install 497799835 # Xcode
mas install 424389933 # Final Cut Pro
mas install 944654199 # Tree 2
mas install 557168941 # Tweetbot
mas install 525742250 # JPEGmini Lite
mas install 417602904 # CloudApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment