diff --git a/config/brew/Brewfile b/config/brew/Brewfile index b16a2b4..dbd39d7 100644 --- a/config/brew/Brewfile +++ b/config/brew/Brewfile @@ -11,6 +11,8 @@ brew "bash" brew "bash-language-server" # Clone of cat(1) with syntax highlighting and Git integration brew "bat" +# TUI for managing Homebrew, Flatpak, and Mac App Store packages +brew "bbrew" # Resource monitor. C++ version and continuation of bashtop and bpytop brew "btop" # Container runtimes on MacOS (and Linux) with minimal setup @@ -19,6 +21,8 @@ brew "colima", restart_service: :changed brew "container" # GNU File, Shell, and Text utilities brew "coreutils" +# Cross-platform disk diagnostics TUI +brew "diskwatch" # Pack, ship and run any application as a lightweight container brew "docker" # Disk Usage/Free Utility - a better 'df' alternative @@ -71,6 +75,8 @@ brew "mpv" brew "mtr" # NCurses Disk Usage brew "ncdu" +# Cross-platform realtime network diagnostics TUI +brew "netwatch" # Port scanning utility for large networks brew "nmap" # Coreutils progress viewer @@ -85,6 +91,8 @@ brew "ruff" brew "shellcheck" # Autoformat shell script source code brew "shfmt" +# Cross-platform system diagnostics TUI +brew "syswatch" # User interface to the TELNET protocol brew "telnet" # Terminal UI for tshark, inspired by Wireshark