Skip to content

Instantly share code, notes, and snippets.

@freshyill
Last active November 28, 2023 04:45
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 freshyill/c033bc257476f8cd07005e5ac4f9c312 to your computer and use it in GitHub Desktop.
Save freshyill/c033bc257476f8cd07005e5ac4f9c312 to your computer and use it in GitHub Desktop.
Brewfile
# .Brewfile
# To install: brew bundle install
# Thanks to Casey Liss for pointing me to this!
# https://www.caseyliss.com/2019/10/8/brew-bundle
cask_args appdir: "/Applications"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/cask-drivers"
tap "homebrew/core"
tap "buo/cask-upgrade"
brew "fd"
brew "gh"
brew "git-lfs"
brew "git"
brew "http-server"
brew "httrack"
brew "jq"
brew "mas"
brew "node"
brew "nvm"
brew "rom-tools"
brew "svn"
brew "wget"
brew "yarn"
brew "youtube-dl"
brew "yt-dlp"
mas "1Blocker", id: 1365531024
mas "Cascadea", id: 1432182561
mas "Contrast", id: 1254981365
mas "Gifski", id: 1351639930
mas "Hush", id: 1544743900
mas "iMovie", id: 408981434
mas "Instapaper Save", id: 1481302432
mas "Jira", id: 1475897096
mas "Ka-Block!", id: 1335413823
mas "Keynote", id: 409183694
mas "Numbers", id: 409203825
mas "Overcast", id: 888422857
mas "Pages", id: 409201541
mas "Pixelmator Pro", id: 1289583905
mas "StopTheMadness", id: 1376402589
mas "Tweaks for Twitter", id: 1567751529
mas "Wipr", id: 1320666476
cask "font-jetbrains-mono-powerline"
cask "font-hack-nerd-font"
cask "font-jost"
cask "font-knewave"
cask "font-powerline-symbols"
cask "font-sf-compact"
cask "font-sf-mono-for-powerline"
cask "font-sf-mono"
cask "font-sf-pro"
cask "font-source-code-pro-for-powerline"
cask "aerial"
cask "arc"
cask "asana"
cask "balenaetcher"
cask "daisydisk"
cask "discord"
cask "expanso"
cask "figma"
cask "firefox-developer-edition"
cask "firefox"
cask "github"
cask "google-chrome-canary"
cask "google-chrome"
cask "handbrake"
cask "iina"
cask "imageoptim"
cask "insomnia"
cask "keepingyouawake"
cask "lando"
cask "maccy"
cask "microsoft-edge-dev"
cask "microsoft-edge"
cask "netnewswire"
cask "nova"
cask "openemu"
cask "openmtp"
cask "panwriter"
cask "raycast"
cask "safari-technology-preview"
cask "sketch"
cask "slack"
cask "the-unarchiver"
cask "transmit"
cask "visual-studio-code"
cask "zoom"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment