Compare commits

...

2 commits

Author SHA1 Message Date
501d76dbb9 Add bbrew to Brewfile 2026-07-08 20:46:13 +02:00
5ed79deb86 Add diskwatch, netwatch, and syswatch to default Brewfile 2026-07-08 19:46:59 +02:00

View file

@ -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