Skip to content

Instantly share code, notes, and snippets.

@jeffvautin
Last active April 27, 2024 12:11
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 jeffvautin/144802dcb7d565a3e97cd7520267564b to your computer and use it in GitHub Desktop.
Save jeffvautin/144802dcb7d565a3e97cd7520267564b to your computer and use it in GitHub Desktop.
Brewfile
tap "homebrew/bundle"
tap "homebrew/core"
tap "homebrew/cask"
cask_args appdir: "/Applications", require_sha: true
# `brew install`
brew "mas"
brew "youtube-dl"
brew "wget"
#brew "ruby@2.7"
#brew "fastlane"
#brew "robotsandpencils/made/xcodes"
#brew "mpc"
# `brew cask install`
cask "aerial"
cask "bbedit"
cask "iterm2"
cask "boop"
cask "1password"
cask "omnifocus"
cask "omnioutliner"
cask "istat-menus", args: { require_sha: false }
cask "launchbar"
cask "microblog"
#cask "pdfpenpro"
#cask "fantastical"
cask "transmit"
cask "tripmode"
cask "taskpaper"
#cask "synergy"
cask "maestral"
cask "microsoft-office"
#cask "google-chrome", args: { require_sha: false }
#cask "unclack", args: { require_sha: false }
cask "screens"
cask "brave-browser"
cask "xcodes"
cask "hazel"
cask "imageoptim"
cask "calibre"
cask "soulver"
cask "devonthink"
cask "affinity-photo", args: { require_sha: false }
cask "affinity-designer", args: { require_sha: false }
cask "affinity-publisher", args: { require_sha: false }
cask "musicbrainz-picard"
cask "whisky"
cask "handbrake"
cask "steam"
cask "obsidian"
# `mas install`
mas "1Blocker", id: 1365531024
mas "1Password for Safari", id: 1569813296
mas "Day One", id: 1055511498
mas "Drafts", id: 1435957248
mas "Amphetamine", id: 937984704
mas "Paprika", id: 1303222628
#mas "Affinity Photo", id: 824183456
mas "Pages", id: 409201541
mas "Patterns", id: 429449079
#mas "Kaleidoscope", id: 587512244
mas "DaisyDisk", id: 411643860
mas "Reeder", id: 1529448980
mas "Byword", id: 420212497
#mas "Xcode", id: 497799835
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment