Last active
July 10, 2021 00:49
-
-
Save jayjongcheolpark/b50f04c680ec9611148ca5b711ca089f to your computer and use it in GitHub Desktop.
Mac Brewfile
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
| tap "homebrew/bundle" | |
| tap "homebrew/cask" | |
| tap "homebrew/core" | |
| brew "mas" | |
| brew "tig" | |
| brew "yarn" | |
| brew "zsh" | |
| brew "zsh-completions" | |
| cask "alfred" | |
| cask "bartender" | |
| cask "google-chrome" | |
| cask "iterm2" | |
| cask "visual-studio-code" | |
| cask "webtorrent" | |
| mas "Bandizip", id: 1265704574 | |
| mas "Dropzone 3", id: 695406827 | |
| mas "Fantastical", id: 975937182 | |
| mas "ForkLift", id: 412448059 | |
| mas "GarageBand", id: 682658836 | |
| mas "GIF Brewery 3", id: 1081413713 | |
| mas "Magnet", id: 441258766 | |
| mas "Numbers", id: 409203825 | |
| mas "Pages", id: 409201541 | |
| mas "PDF Expert", id: 1055273043 | |
| mas "Slack", id: 803453959 | |
| mas "Spark", id: 1176895641 | |
| mas "Things", id: 904280696 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment