Skip to content

Instantly share code, notes, and snippets.

@waitingallday
Forked from dylankelly/Brewfile
Last active November 8, 2021 22:29
Show Gist options
  • Select an option

  • Save waitingallday/669badb6051e084493eff88c1d490678 to your computer and use it in GitHub Desktop.

Select an option

Save waitingallday/669badb6051e084493eff88c1d490678 to your computer and use it in GitHub Desktop.
# specify a directory to install
cask_args appdir: '/Applications'
# install packages
tap "homebrew/cask"
tap "github/gh"
tap "amazeeio/lagoon-cli"
tap "romkatv/powerlevel10k"
# Essential SDP tools
brew "git"
brew "ruby"
brew "node"
brew "nvm"
brew "ahoy"
brew "ansible"
brew "azure-cli"
brew "docker"
brew "gh"
brew "git-flow"
brew "httpie"
brew "yarn"
cask "docker"
cask "firefox"
cask "google-chrome"
cask "figma"
cask "slack"
cask "microsoft-teams"
cask "microsoft-office"
# Highly recommended but optional
cask "iterm2"
brew "zsh"
brew "zsh-completions"
brew "amazeeio/lagoon-cli/lagoon"
brew "romkatv/powerlevel10k/powerlevel10k"
brew "thefuck"
cask "visual-studio-code"
# Purely optional but recommended
#cask "spotify"
cask "gitkraken"
cask "notion"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment