Skip to content

Instantly share code, notes, and snippets.

@joshuamorony
Created May 17, 2022 01:29
Show Gist options
  • Save joshuamorony/938e04a76c50c99150086598498394b5 to your computer and use it in GitHub Desktop.
Save joshuamorony/938e04a76c50c99150086598498394b5 to your computer and use it in GitHub Desktop.
cask_args appdir: "/Applications"
# Tap Homebrew
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
cask "visual-studio-code"
cask "firefox"
cask "affinity-photo"
cask "affinity-designer"
cask "spotify"
cask "screenflow"
cask "android-studio"
cask "bettertouchtool"
cask "zoom"
cask "authy"
cask "adobe-acrobat-reader"
cask "brave-browser"
cask "adoptopenjdk"
cask "docker"
# System
brew "zsh-autosuggestions"
brew "zsh-history-substring-search"
brew "zsh-syntax-highlighting"
# Git
brew "gh"
# Dev
brew "node"
brew "n"
brew "gradle"
brew "yarn"
brew "python"
brew "pyenv"
brew "docker-compose"
# App Store
brew "mas"
mas "Pages", id: 409201541
mas "Numbers", id: 409203825
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment