Skip to content

Instantly share code, notes, and snippets.

@geddski
Last active November 13, 2022 13:28
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save geddski/84423a471bd1cf739afe12ee25554b03 to your computer and use it in GitHub Desktop.
Save geddski/84423a471bd1cf739afe12ee25554b03 to your computer and use it in GitHub Desktop.
Dave Geddes' Brewfile for awesome mac automation
cask_args appdir: "/Applications"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/core"
brew "fish"
brew "git"
brew "httpie"
brew "github/gh/gh"
brew "n"
brew "node"
cask "adobe-creative-cloud"
cask 'homebrew/cask-versions/firefox-developer-edition'
cask "alfred"
cask "appcleaner"
cask "bettertouchtool"
cask "caffeine"
cask "camtasia"
cask "notion"
cask "java"
cask "snagit"
cask "font-fira-code"
cask "font-quicksand"
cask "font-hasklig"
cask "kaleidoscope"
cask "karabiner-elements"
cask "logitech-options"
cask "moom"
cask "figma"
cask "tower"
cask "visual-studio-code"
cask "prusaslicer"
mas "xScope", id: 889428659
mas "Focus Time", id: 890997143
mas "Things 3", id: 904280696
mas "Bear", id: 1091189122
@narthur
Copy link

narthur commented May 25, 2020

Curious: What's the reason you're setting the appdir to /Applications?

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