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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Curious: What's the reason you're setting the appdir to /Applications?