brew: update Brewfile

This commit is contained in:
2023-01-02 09:24:50 +02:00
parent cced3a5310
commit 1222b8fdb3

View File

@@ -14,8 +14,6 @@ tap "mongodb/brew"
tap "shivammathur/extensions" tap "shivammathur/extensions"
tap "shivammathur/php" tap "shivammathur/php"
tap "teamookla/speedtest" tap "teamookla/speedtest"
# Interpreted, interactive, object-oriented programming language
brew "python@3.10"
# Automate deployment, configuration, and upgrading # Automate deployment, configuration, and upgrading
brew "ansible" brew "ansible"
# Zstandard is a real-time compression algorithm # Zstandard is a real-time compression algorithm
@@ -36,6 +34,8 @@ brew "glib"
brew "pkg-config" brew "pkg-config"
# Open source suite of directory software # Open source suite of directory software
brew "openldap" brew "openldap"
# Get a file from an HTTP, HTTPS or FTP server
brew "curl"
# Libraries to talk to Microsoft SQL Server and Sybase databases # Libraries to talk to Microsoft SQL Server and Sybase databases
brew "freetds" brew "freetds"
# C/C++ and Java libraries for Unicode and globalization # C/C++ and Java libraries for Unicode and globalization
@@ -48,6 +48,8 @@ brew "php"
brew "composer" brew "composer"
# GNU File, Shell, and Text utilities # GNU File, Shell, and Text utilities
brew "coreutils" brew "coreutils"
# Get, unpack, build, and install modules from CPAN
brew "cpanminus"
# Diff that understands syntax # Diff that understands syntax
brew "difftastic" brew "difftastic"
# Tool for exploring each layer in a docker image # Tool for exploring each layer in a docker image
@@ -126,6 +128,10 @@ brew "nvm"
brew "openjdk" brew "openjdk"
# Generate clients, server & docs from an OpenAPI spec (v2, v3) # Generate clients, server & docs from an OpenAPI spec (v2, v3)
brew "openapi-generator" brew "openapi-generator"
# Highly capable, feature-rich programming language
brew "perl"
# Interpreted, interactive, object-oriented programming language
brew "python@3.10"
# Interpreted, interactive, object-oriented programming language # Interpreted, interactive, object-oriented programming language
brew "python@3.8" brew "python@3.8"
# RC file (dotfile) management # RC file (dotfile) management
@@ -226,6 +232,8 @@ cask "insomnia"
cask "jetbrains-toolbox" cask "jetbrains-toolbox"
# Kubernetes IDE # Kubernetes IDE
cask "lens" cask "lens"
# Neovim Client
cask "neovide"
# Reverse proxy, secure introspectable tunnels to localhost # Reverse proxy, secure introspectable tunnels to localhost
cask "ngrok" cask "ngrok"
# Collaboration platform for API development # Collaboration platform for API development