Created
October 26, 2021 09:10
-
-
Save dylankelly/e933b0ec0cb15db3c4f5a1e8a92e2d9c to your computer and use it in GitHub Desktop.
SDP FE Developer tools
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" | |
| tap "github/gh" | |
| tap "homebrew/bundle" | |
| tap "homebrew/cask" | |
| tap "homebrew/core" | |
| tap "romkatv/powerlevel10k" | |
| # Essential SDP tools | |
| brew "ahoy" | |
| brew "ansible" | |
| brew "azure-cli" | |
| brew "docker" | |
| brew "gh" | |
| brew "git" | |
| brew "git-flow" | |
| brew "httpie" | |
| brew "node" | |
| brew "nvm" | |
| brew "ruby" | |
| brew "yarn" | |
| 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