Skip to content

Instantly share code, notes, and snippets.

@dylankelly
Created October 26, 2021 08:46
Show Gist options
  • Select an option

  • Save dylankelly/fb41782edca5771088cca39f973fabe8 to your computer and use it in GitHub Desktop.

Select an option

Save dylankelly/fb41782edca5771088cca39f973fabe8 to your computer and use it in GitHub Desktop.
SDP FE developer software
# specify a directory to install
cask_args appdir: '/Applications'
# install packages
tap 'caskroom/homebrew-cask' || true
tap amazeeio/lagoon-cli
brew 'git'
brew 'git-flow'
brew 'node'
brew 'npm'
brew 'wget'
brew 'zsh'
brew 'docker'
brew 'nvm'
brew 'visual-studio-code'
brew 'lagoon'
# Casks
cask 'google-chrome'
cask 'virtualbox'
cask 'slack'
cask 'spotify'
cask 'iterm2'
cask 'sketch'
cask 'visual-studio-code'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment