diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..55acb54 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +Brewfile.lock.json diff --git a/Brewfile b/Brewfile index 4ff21a0..2fd2557 100644 --- a/Brewfile +++ b/Brewfile @@ -10,103 +10,197 @@ tap "homebrew/core" tap "homebrew/services" tap "shivammathur/extensions" tap "shivammathur/php" -brew "act" +# Interpreted, interactive, object-oriented programming language brew "python@3.10" +# Automate deployment, configuration, and upgrading brew "ansible" +# Zstandard is a real-time compression algorithm brew "zstd" +# Spell checker with better logic than ispell brew "aspell" +# Automatic configure script builder brew "autoconf" +# Official Amazon AWS command-line interface brew "awscli" +# Terminal bandwidth utilization tool brew "bandwhich" +# Switch Apache / Valet / CLI configs between PHP versions brew "brew-php-switcher" +# Core application library for C brew "glib" +# Manage compile and link flags for libraries brew "pkg-config" +# GNU File, Shell, and Text utilities brew "coreutils" +# Open source suite of directory software brew "openldap" +# Tool for exploring each layer in a docker image brew "dive" +# Command-line DNS client brew "dog" +# Useful examples at the command-line brew "eg-examples" +# CLI for templating and/or deploying FaaS functions brew "faas-cli" +# Libraries to talk to Microsoft SQL Server and Sybase databases brew "freetds" +# Monitor a directory for changes and run a shell command brew "fswatch" +# GitHub command-line tool brew "gh" +# Distributed revision control system brew "git" +# Small git utilities brew "git-extras" +# AVH edition of git-flow brew "git-flow-avh" +# See your latest local git branches, formatted real fancy brew "git-recent" +# GNU implementation of the famous stream editor brew "gnu-sed" +# Validating, recursive, caching DNS resolver brew "unbound" +# GNU Transport Layer Security (TLS) Library brew "gnutls" +# GNU Pretty Good Privacy (PGP) package brew "gnupg" -brew "goaccess" +# Image manipulation brew "netpbm" +# C/C++ and Java libraries for Unicode and globalization brew "icu4c" +# OpenType text shaping engine brew "harfbuzz" +# Library to render SVG files using Cairo brew "librsvg" +# Graph visualization software from AT&T and Bell Labs brew "graphviz" +# GNU grep, egrep and fgrep brew "grep" +# Popular GNU data compression program brew "gzip" +# Smarter Dockerfile linter to validate best practices brew "hadolint" +# Improved top (interactive process viewer) brew "htop" +# Website copier/offline browser brew "httrack" +# Tools and libraries to manipulate images in many formats brew "imagemagick" +# Lightweight and flexible command-line JSON processor brew "jq" -brew "lastpass-cli" +# Lazier way to manage everything docker brew "lazydocker" +# Postgres C API library brew "libpq" +# Linguistic software and Finnish dictionary brew "libvoikko" +# Swiss Army Knife for macOS brew "m-cli" +# Terminal-based visual file manager +brew "midnight-commander" +# Port scanning utility for large networks brew "nmap" +# Manage multiple Node.js versions brew "nvm" +# Development kit for the Java programming language brew "openjdk" +# Generate clients, server & docs from an OpenAPI spec (v2, v3) brew "openapi-generator" -brew "phpstan" +# Interpreted, interactive, object-oriented programming language brew "python@3.8" -brew "qt" +# RC file (dotfile) management brew "rcm" +# Search tool like grep and The Silver Searcher brew "ripgrep" +# Powerful, clean, object-oriented scripting language brew "ruby" +# Static analysis and lint tool, for (ba)sh scripts brew "shellcheck" +# Autoformat shell script source code brew "shfmt" -brew "skopeo" +# Send macOS User Notifications from the command-line brew "terminal-notifier", link: false +# Tool to build, change, and version infrastructure brew "terraform" +# Thin wrapper for Terraform e.g. for locking state brew "terragrunt" +# Tool which checks for the support of TLS/SSL ciphers and flaws brew "testssl" +# Terraform version manager inspired by rbenv +brew "tfenv", link: false +# Programmatically correct mistyped console commands brew "thefuck" +# Simplified and community-driven man pages brew "tldr" +# Terminal multiplexer brew "tmux" +# Display directories as trees (with optional color/HTML output) brew "tree" +# Modern watch command brew "viddy" +# Executes a program periodically, showing output fullscreen brew "watch" +# Internet file retriever brew "wget" +# Tracks most-used directories to make cd smarter brew "z" +# A vulnerability scanner for container images and filesystems brew "anchore/grype/grype" +# High-performance load testing tool, written in Golang. brew "ddosify/tap/ddosify" +# lets you quickly switch between multiple git user profiles brew "gesquive/tap/git-user" +# Xdebug PHP extension brew "shivammathur/extensions/xdebug@7.4" +# Xdebug PHP extension brew "shivammathur/extensions/xdebug@8.0" +# Xdebug PHP extension brew "shivammathur/extensions/xdebug@8.1" +# General-purpose scripting language brew "shivammathur/php/php" +# General-purpose scripting language brew "shivammathur/php/php@7.4" +# General-purpose scripting language brew "shivammathur/php/php@8.0" +# App to build and share containerized applications and microservices cask "docker" +# Reimagine your terminal cask "fig" +# Unofficial overcast.fm podcast app cask "fog" +# Open Source Webfont Converter cask "fontplop" +# GIT client cask "fork" +# Set of tools to manage resources and applications hosted on Google Cloud cask "google-cloud-sdk" +# HTTP and GraphQL Client cask "insomnia" +# End-to-end encryption software +cask "keybase" +# Kubernetes IDE cask "lens" +# Reverse proxy, secure introspectable tunnels to localhost cask "ngrok" +# Display image info and preview unsupported formats in QuickLook cask "qlimagesize" +# QuickLook generator for Markdown files cask "qlmarkdown" +# QuickLook plugin for plaintext files without an extension cask "qlstephen" +# QuickLook plugin for JSON files cask "quicklook-json" +# QuickLook generator for Adobe Swatch Exchange files cask "quicklookase" +# MySQL/MariaDB database management cask "sequel-ace" +# Application for inspecting installer packages cask "suspicious-package" +# Quicklook extension for source files cask "syntax-highlight" +# Open-source code editor cask "visual-studio-code" +# Multimedia player cask "vlc" +# Rust-based terminal cask "warp"