Skip to content

Instantly share code, notes, and snippets.

@waitingallday
Created September 15, 2022 03:02
Show Gist options
  • Save waitingallday/d651def13b6b312ab59bee54d159936a to your computer and use it in GitHub Desktop.
Save waitingallday/d651def13b6b312ab59bee54d159936a to your computer and use it in GitHub Desktop.
Brewfile
# specify a directory to install
cask_args appdir: '/Applications'
# install packages
tap "homebrew/bundle"
tap "homebrew/cask"
tap "github/gh"
tap "amazeeio/lagoon-cli"
tap "romkatv/powerlevel10k"
# Essential SDP tools
brew "git"
brew "ruby"
brew "nvm"
brew "gh"
brew "git-flow"
brew "httpie"
brew "yarn"
brew "zsh"
brew "zsh-completions"
brew "starship"
brew "amazeeio/lagoon-cli/lagoon"
brew "romkatv/powerlevel10k/powerlevel10k"
cask "1password"
cask "slack"
cask "microsoft-edge"
cask "firefox"
cask "microsoft-teams"
cask "microsoft-office"
cask "notion"
cask "visual-studio-code"
cask "gitkraken"
cask "warp"
cask "figma"
cask "miro"
cask "postman"
# cask "librewolf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment