Last active
January 28, 2020 05:10
-
-
Save imsukmin/71ae3762615d5838604192063b6bb352 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /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