Last active
November 8, 2021 22:28
-
-
Save dylankelly/ba5c3ee319820c566dd034f30d922c50 to your computer and use it in GitHub Desktop.
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 "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