Skip to content

Instantly share code, notes, and snippets.

@jeffvautin
Last active March 30, 2025 21:10
Show Gist options
  • 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 "yt-dlp"
brew "wget"
brew "exiftool"
#brew "[email protected]"
#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 "transmit"
cask "tripmode"
cask "taskpaper"
cask "maestral"
cask "microsoft-office"
cask "screens-connect"
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", args: { require_sha: false }
cask "obsidian"
cask "xld"
cask "jordanbaird-ice"
cask "carbon-copy-cloner"
cask "crossover"
cask "elgato-stream-deck"
cask "fujitsu-scansnap-home"
cask "mac-mouse-fix"
cask "backblaze"
cask "adobe-digital-editions"
# `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 "Logic Pro", id: 634148309
mas "Screens", id: 1663047912
mas "Streaks", id: 963034692
mas "Ivory", id: 6444602274
mas "CardPointers", id: 1472875808
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment