diff --git a/installs/Brewfile b/installs/Brewfile index 14e32b6..4182f1d 100644 --- a/installs/Brewfile +++ b/installs/Brewfile @@ -16,6 +16,7 @@ tap 'homebrew/services' tap 'espanso/espanso' tap 'koekeishiya/formulae' tap 'blacktop/tap' +tap 'jesseduffield/lazygit' # CLI Essentials brew 'git' @@ -27,23 +28,38 @@ brew 'tmux' brew 'ctags' # Indexing of file info + headers brew 'exa' # Better ls brew 'fzf' # Fuzzy file finder -brew 'glances' # top app, with web interface + API -brew 'gotop' # Better htop app, resource monitoring brew 'iproute2mac' # MacOS port of netstat and ifconfig brew 'jq' # JSON parser -brew 'lazydocker' # CLI Docker management app brew 'scc' # Code counter, like cloc brew 'tldr' # Community-maintained man pages brew 'tree' # Directory listings as tree brew 'xsel' # Copy paste access to X clipboard brew 'thefuck' # Auto-correct miss-typed commands +# CLI Monitoring and Performance Apps +brew 'bandwhich' # Bandwidth utilization monitor +brew 'bpytop' # Resource monitoring, like htop +brew 'glances' # Resource monitor, web interface + API +brew 'gping' # Interactive ping tool, with graph +brew 'speedtest-cli'# Command line speed test utility + +# CLI Productivity Apps +brew 'buku' # Bookmark manager app +brew 'khal' # Calendar app +brew 'mutt' # Email client app +brew 'task' # Todo and task management app + # CLI Fun -brew 'cowsay' # Have an ASCII cow say your message -brew 'figlet' # Output text as big ASCII art text -brew 'lolcat' # Make console output raibow colored -brew 'neofetch' # Show system data and ditstro info brew 'pv' # Pipe viewer, with animation options +brew 'neofetch' # Show system data and ditstro info +brew 'lolcat' # Make console output raibow colored +brew 'figlet' # Output text as big ASCII art text +brew 'cowsay' # Have an ASCII cow say your message + +# CLI Development Suits +brew 'httpie' # HTTP / API testing testing client +brew 'lazydocker' # Full Docker management app +brew 'lazygit' # Full Git managemtne app # Development Apps cask 'android-studio' # IDE for Android development @@ -93,7 +109,6 @@ brew 'lynis' # Scan system for common security issues brew 'clamav' # Open source virus scanning suite brew 'rkhunter' # Search / detect potential root kits - # Fonts tap 'homebrew/cask-fonts' cask 'font-fira-code'