Skip to content

Instantly share code, notes, and snippets.

@JasDhaliwal
Last active February 14, 2021 03:57
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 JasDhaliwal/3be26f4be2c2e9b6e692e545a5d0cf1a to your computer and use it in GitHub Desktop.
Save JasDhaliwal/3be26f4be2c2e9b6e692e545a5d0cf1a to your computer and use it in GitHub Desktop.
# specify a directory to install
cask_args appdir: "/Applications"
tap "homebrew/cask-fonts"
# Mac App Store Apps
brew "mas"
mas "Affinity Designer", id: 824171161
mas "Affinity Photo", id: 824183456
mas "Affinity Publisher", id: 881418622
mas "Annotate", id: 918207447
mas "ApolloOne", id: 1044484672
mas "Audio Recorder", id: 1128490551
mas "AVG Cleaner", id: 667434228
mas "Aviary", id: 1522043420
mas "Bear", id: 1091189122
mas "BetterSnapTool", id: 417375580
mas "Canary Mail", id: 1236045954
mas "Cappuccino", id: 1286725949
mas "Cardhop", id: 1290358394
mas "Compressor", id: 424390742
mas "Craft", id: 1487937127
mas "Day One", id: 1055511498
mas "Deliveries", id: 924726344
mas "Drafts", id: 1435957248
mas "Fantastical", id: 975937182
mas "FE File Explorer", id: 1444382558
mas "feedly", id: 865500966
mas "Final Cut Pro", id: 424389933
mas "Flycut", id: 442160987
mas "Gestimer", id: 990588172
mas "GIPHY CAPTURE", id: 668208984
mas "Instapaper", id: 288545208
mas "Instapaper Save", id: 1481302432
mas "Keynote", id: 409183694
mas "Kindle", id: 405399194
mas "Klib", id: 1196268448
mas "LanScan", id: 472226235
mas "Logic Pro", id: 634148309
mas "Magnet", id: 441258766
mas "MarsEdit", id: 1198319098
mas "MediaInfo", id: 510620098
mas "Motion", id: 434290957
mas "MusicHarbor", id: 1440405750
mas "Napkin", id: 581789185
mas "Notability", id: 736189492
mas "Notepad", id: 529763712
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "PicFrame", id: 475067528
mas "Pixelmator Pro", id: 1289583905
mas "Reeder", id: 1529448980
mas "Simplenote", id: 692867256
mas "Skitch", id: 425955336
mas "Spaces", id: 1509611686
mas "Spark", id: 1176895641
mas "Telegram", id: 747648890
mas "The Unarchiver", id: 425424353
mas "Things", id: 904280696
mas "ToothFairy", id: 1191449274
mas "TripIt", id: 1475712010
mas "Twitter", id: 1482454543
mas "Twitter", id: 409789998
mas "WhatsApp", id: 1147396723
mas "WiFi Explorer", id: 494803304
# Casks
cask "google-chrome-dev"
cask "firefox-developer-edition"
cask "dropbox"
cask "alfred"
cask "evernote"
cask "spotify"
cask "kindle"
cask "appcleaner"
cask "cheatsheet"
cask "superduper"
cask "vlc"
cask "aerial"
cask "iina"
cask "istat-menus"
cask "makemkv"
cask "bartender"
cask "adobe-creative-cloud"
# Install packages
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "yannick-cw/tap"
brew "ruby"
brew "ffmpeg"
brew "handbrake"
brew "mkvtoolnix"
brew "mp4v2"
brew "mpv"
brew "git"
brew "youtube-dl"
brew "wget"
brew "cairo"
brew "guile"
brew "harfbuzz"
@JasDhaliwal
Copy link
Author

JasDhaliwal commented Dec 16, 2020

See this blog post to learn how to use this file brewfile.

https://www.jasdhaliwal.com/blog/installing-mac-apps-using-bundle/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment