Last active
January 20, 2026 08:11
-
-
Save mivano/30490a6cd7592fb1787e6c4322603e93 to your computer and use it in GitHub Desktop.
Homebrew bundle NL-KFLQK3DH5H
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tap "valkyrie00/bbrew" | |
| # Official Amazon AWS command-line interface | |
| brew "awscli" | |
| # Clone of cat(1) with syntax highlighting and Git integration | |
| brew "bat" | |
| # Validate CloudFormation templates against the CloudFormation spec | |
| brew "cfn-lint" | |
| # Get a file from an HTTP, HTTPS or FTP server | |
| brew "curl" | |
| # Modern, maintained replacement for ls | |
| brew "eza" | |
| # Play, record, convert, and stream select audio and video codecs | |
| brew "ffmpeg" | |
| # GitHub command-line tool | |
| brew "gh" | |
| # Distributed revision control system | |
| brew "git" | |
| # Git extension for versioning large files | |
| brew "git-lfs" | |
| # Improved top (interactive process viewer) | |
| brew "htop" | |
| # Modern load testing tool, using Go and JavaScript | |
| brew "k6" | |
| # Open-source, cross-platform JavaScript runtime environment | |
| brew "node" | |
| # AI coding agent, built for the terminal | |
| brew "opencode" | |
| # Python version management | |
| brew "pyenv" | |
| # Interpreted, interactive, object-oriented programming language | |
| brew "python@3.14" | |
| # Display directories as trees (with optional color/HTML output) | |
| brew "tree" | |
| # Extremely fast Python package installer and resolver, written in Rust | |
| brew "uv" | |
| # Internet file retriever | |
| brew "wget" | |
| # Tracks most-used directories to make cd smarter | |
| brew "z" | |
| # UNIX shell (command interpreter) | |
| brew "zsh" | |
| # Modern TUI for managing Homebrew packages and casks on macOS and Linux | |
| brew "valkyrie00/bbrew/bbrew" | |
| # Command-line interface for 1Password | |
| cask "1password-cli" | |
| # Tool to flash OS images to SD cards & USB drives | |
| cask "balenaetcher" | |
| # OpenAI's official ChatGPT desktop app | |
| cask "chatgpt" | |
| # OpenAI's coding agent that runs in your terminal | |
| cask "codex" | |
| # App to build and share containerised applications and microservices | |
| cask "docker-desktop" | |
| # Web browser | |
| cask "google-chrome" | |
| # JetBrains tools manager | |
| cask "jetbrains-toolbox" | |
| # App to write, plan, collaborate, and get organised | |
| cask "notion" | |
| # Command-line shell and scripting language | |
| cask "powershell" | |
| # Control your tools with a few keystrokes | |
| cask "raycast" | |
| # Team communication and collaboration software | |
| cask "slack" | |
| # Open-source BitTorrent client | |
| cask "transmission" | |
| # Open-source code editor | |
| cask "visual-studio-code" | |
| # Multimedia player | |
| cask "vlc" | |
| # Rust-based terminal | |
| cask "warp" | |
| vscode "ban.spellright" | |
| vscode "dbaeumer.vscode-eslint" | |
| vscode "editorconfig.editorconfig" | |
| vscode "esbenp.prettier-vscode" | |
| vscode "github.codespaces" | |
| vscode "github.copilot" | |
| vscode "github.copilot-chat" | |
| vscode "github.vscode-pull-request-github" | |
| vscode "humao.rest-client" | |
| vscode "mechatroner.rainbow-csv" | |
| vscode "ms-azuretools.vscode-azurefunctions" | |
| vscode "ms-azuretools.vscode-azureresourcegroups" | |
| vscode "ms-azuretools.vscode-containers" | |
| vscode "ms-dotnettools.csdevkit" | |
| vscode "ms-dotnettools.csharp" | |
| vscode "ms-dotnettools.vscode-dotnet-runtime" | |
| vscode "ms-ossdata.vscode-pgsql" | |
| vscode "ms-playwright.playwright" | |
| vscode "ms-vscode-remote.remote-containers" | |
| vscode "ms-vscode-remote.remote-wsl" | |
| vscode "ms-vscode.cpptools" | |
| vscode "openai.chatgpt" | |
| vscode "platformio.platformio-ide" | |
| vscode "redhat.vscode-yaml" | |
| vscode "streetsidesoftware.code-spell-checker" | |
| vscode "streetsidesoftware.code-spell-checker-dutch" | |
| vscode "vitest.explorer" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - Save/update later: brew bundle dump --describe --file=Brewfile && gh gist edit 30490a6cd7592fb1787e6c4322603e93 Brewfile | |
| - Restore elsewhere: gh gist view 30490a6cd7592fb1787e6c4322603e93 --raw > Brewfile && brew bundle install --file Brewfile | |
| (Optional) store the ID for scripts: mkdir -p ~/.config/brew-gist && echo "30490a6cd7592fb1787e6c4322603e93" > ~/.config/brew-gist/id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment