From f2f75411f91eee0349982ffe5534ff3e5340be57 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 5 Sep 2022 10:52:55 +0300 Subject: [PATCH] Updated brewfile --- Brewfile | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Brewfile b/Brewfile index b2c8fbe..84eed66 100644 --- a/Brewfile +++ b/Brewfile @@ -1,5 +1,6 @@ tap "anchore/grype" tap "codeclimate/formulae" +tap "ddosify/tap" tap "github/gh" tap "homebrew/autoupdate" tap "homebrew/bundle" @@ -7,12 +8,15 @@ tap "homebrew/cask" tap "homebrew/core" tap "homebrew/services" tap "reviewdog/tap" +tap "shivammathur/extensions" +tap "shivammathur/php" tap "wpscanteam/tap" brew "act" brew "python@3.10" brew "ansible" brew "aspell" brew "autoconf" +brew "bandwhich" brew "brew-php-switcher" brew "glib" brew "openldap" @@ -31,6 +35,7 @@ brew "fswatch" brew "gh" brew "git" brew "git-extras" +brew "git-standup", link: false brew "gnu-sed" brew "p11-kit" brew "unbound" @@ -51,6 +56,7 @@ brew "jq" brew "lastpass-cli" brew "lazydocker" brew "libvoikko" +brew "m-cli" brew "midnight-commander" brew "nmap" brew "nvm" @@ -58,8 +64,6 @@ brew "openjdk" brew "openapi-generator" brew "openfortivpn" brew "php-cs-fixer" -brew "php@7.4" -brew "php@8.0" brew "phpmd" brew "phpstan" brew "python@3.8" @@ -83,8 +87,16 @@ brew "watch" brew "wget" brew "z" brew "anchore/grype/grype" +brew "ddosify/tap/ddosify" brew "reviewdog/tap/reviewdog" +brew "shivammathur/extensions/xdebug@7.4" +brew "shivammathur/extensions/xdebug@8.0" +brew "shivammathur/extensions/xdebug@8.1" +brew "shivammathur/php/php" +brew "shivammathur/php/php@7.4" +brew "shivammathur/php/php@8.0" brew "wpscanteam/tap/wpscan" +cask "fig" cask "fog" cask "google-cloud-sdk" cask "insomnia" @@ -96,5 +108,6 @@ cask "quicklook-json" cask "quicklookase" cask "sequel-ace" cask "suspicious-package" +cask "syntax-highlight" cask "vlc" cask "warp"