diff --git a/config/homebrew/Brewfile b/config/homebrew/Brewfile index 8469316..2e193c5 100644 --- a/config/homebrew/Brewfile +++ b/config/homebrew/Brewfile @@ -14,6 +14,7 @@ tap "k8sgpt-ai/k8sgpt" tap "keith/formulae" tap "mongodb/brew" tap "nikitabobko/tap" +tap "pantheon-systems/external" tap "reviewdog/tap" tap "shivammathur/extensions" tap "shivammathur/php" @@ -28,6 +29,8 @@ brew "age" brew "ca-certificates" # Mozilla CA bundle for Python brew "certifi" +# Cryptography and SSL/TLS Toolkit +brew "openssl@3" # Cryptographic recipes and primitives for Python brew "cryptography" # YAML Parser @@ -46,8 +49,6 @@ brew "highway" brew "imath" # JPEG image codec that aids compression and decompression brew "jpeg-turbo" -# Library for manipulating PNG images -brew "libpng" # Zstandard is a real-time compression algorithm brew "zstd" # New file format for still image compression @@ -148,10 +149,10 @@ brew "unbound" brew "gnutls" # GNU Pretty Good Privacy (PGP) package brew "gnupg" +# Open source programming language to build simple/reliable/efficient software +brew "go" # Library access to GnuPG brew "gpgme" -# Open source suite of directory software -brew "openldap" # Manage your GnuPG keys with ease! brew "gpg-tui" # Image manipulation @@ -198,8 +199,6 @@ brew "libressl" brew "libuv" # GNOME XML library brew "libxml2" -# C library for reading, creating, and modifying zip archives -brew "libzip" # Package manager for the Lua programming language brew "luarocks" # LZMA-based compression program similar to gzip or bzip2 @@ -216,14 +215,18 @@ brew "nginx" brew "nmap" # Libraries for security-enabled client and server applications brew "nss" +# Open source suite of directory software +brew "openldap" # Cryptography and SSL/TLS Toolkit brew "openssl@1.1" # ISO-C API and CLI for generating UUIDs brew "ossp-uuid" # General-purpose scripting language +brew "php" +# General-purpose scripting language brew "php@8.2" # General-purpose scripting language -brew "php@8.3", link: true +brew "php@8.3" # Python version management brew "pyenv" # Migrate pip packages from one Python version to another @@ -272,8 +275,12 @@ brew "cormacrelf/tap/dark-notify" brew "doron-cohen/tap/antidot" # lets you quickly switch between multiple git user profiles brew "gesquive/tap/git-user" +# Terminus is Pantheon's Command-line Interface (CLI) +brew "pantheon-systems/external/terminus" # Automated code review tool integrated with any code analysis tools regardless of programming language. brew "reviewdog/tap/reviewdog" +# Igbinary PHP extension +brew "shivammathur/extensions/igbinary@8.3" # Imagick PHP extension brew "shivammathur/extensions/imagick@8.3" # Mcrypt PHP extension @@ -289,9 +296,11 @@ brew "shivammathur/extensions/uuid@8.3" # Yaml PHP extension brew "shivammathur/extensions/yaml@8.3" # General-purpose scripting language -brew "shivammathur/php/php", link: false -# General-purpose scripting language brew "shivammathur/php/php-debug" +# General-purpose scripting language +brew "shivammathur/php/php@7.4" +# General-purpose scripting language +brew "shivammathur/php/php@8.0", link: true # Find & fix known vulnerabilities in open-source dependencies brew "snyk/tap/snyk" # Command-line interface for 1Password @@ -308,10 +317,7 @@ cask "dbngin" cask "docker" cask "font-jetbrains-mono" cask "font-jetbrains-mono-nerd-font" -cask "font-lato" cask "font-open-sans" -cask "font-roboto" -cask "font-source-code-pro-for-powerline" # GIT client cask "fork" # HTTP and GraphQL Client