Created
October 26, 2021 08:46
-
-
Save dylankelly/fb41782edca5771088cca39f973fabe8 to your computer and use it in GitHub Desktop.
SDP FE developer software
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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