Skip to content

Instantly share code, notes, and snippets.

@imsukmin
Last active January 28, 2020 05:10
Show Gist options
  • Save imsukmin/71ae3762615d5838604192063b6bb352 to your computer and use it in GitHub Desktop.
Save imsukmin/71ae3762615d5838604192063b6bb352 to your computer and use it in GitHub Desktop.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"'
echo "
tap \"homebrew/bundle\"
tap \"homebrew/core\"
brew \"git\"
brew \"python\"
brew \"awscli\"
brew \"mas\"
cask \"docker\"
cask \"alfred\"
cask \"google-chrome\"
cask \"visual-studio-code\"
cask \"intellij-idea\"
cask \"webstorm\"
cast \"phpstorm\"
cast \"pycharm\"
cask \"datagrip\"
mas \"KakaoTalk\", id: 869223134
mas \"sipgate Faxprinter\", id: 515224770
mas \"The Unarchiver\", id: 425424353
mas \"Notions\", id: 974929595
mas \"Telegram\", id: 747648890
mas \"Magnet\", id: 441258766
mas \"Microsoft Word\", id: 462054704
mas \"Microsoft Excel\", id: 462058435
mas \"Microsoft PowerPoint\", id: 462062816
mas \"Unsplash Wallpapers\", id: 1284863847
" > Brewfile
brew bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment