Last active
January 27, 2026 23: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 install "awscli" | |
| # Clone of cat(1) with syntax highlighting and Git integration | |
| brew install "bat" | |
| # Validate CloudFormation templates against the CloudFormation spec | |
| brew install "cfn-lint" | |
| # Get a file from an HTTP, HTTPS or FTP server | |
| brew install "curl" | |
| # Modern, maintained replacement for ls | |
| brew install "eza" | |
| # Play, record, convert, and stream select audio and video codecs | |
| brew install "ffmpeg" | |
| # GitHub command-line tool | |
| brew install "gh" | |
| # Distributed revision control system | |
| brew install "git" | |
| # Git extension for versioning large files | |
| brew install "git-lfs" | |
| # Improved top (interactive process viewer) | |
| brew install "htop" | |
| # Modern load testing tool, using Go and JavaScript | |
| brew install "k6" | |
| # Open-source, cross-platform JavaScript runtime environment | |
| brew install "node" | |
| # AI coding agent, built for the terminal | |
| brew install "opencode" | |
| # Python version management | |
| brew install "pyenv" | |
| # Interpreted, interactive, object-oriented programming language | |
| brew install "[email protected]" | |
| # Display directories as trees (with optional color/HTML output) | |
| brew install "tree" | |
| # Extremely fast Python package installer and resolver, written in Rust | |
| brew install "uv" | |
| # Internet file retriever | |
| brew install "wget" | |
| # Tracks most-used directories to make cd smarter | |
| brew install "z" | |
| # UNIX shell (command interpreter) | |
| brew install "zsh" | |
| # Modern TUI for managing Homebrew packages and casks on macOS and Linux | |
| brew install "valkyrie00/bbrew/bbrew" | |
| # Command-line interface for 1Password | |
| brew install "1password-cli" | |
| # Tool to flash OS images to SD cards & USB drives | |
| brew install "balenaetcher" | |
| # OpenAI's official ChatGPT desktop app | |
| brew install "chatgpt" | |
| # OpenAI's coding agent that runs in your terminal | |
| brew install "codex" | |
| # App to build and share containerised applications and microservices | |
| brew install "docker-desktop" | |
| # Web browser | |
| brew install "google-chrome" | |
| # JetBrains tools manager | |
| brew install "jetbrains-toolbox" | |
| # App to write, plan, collaborate, and get organised | |
| brew install "notion" | |
| # Command-line shell and scripting language | |
| brew install "powershell" | |
| # Control your tools with a few keystrokes | |
| brew install "raycast" | |
| # Team communication and collaboration software | |
| brew install "slack" | |
| # Open-source BitTorrent client | |
| brew install "transmission" | |
| # Open-source code editor | |
| brew install "visual-studio-code" | |
| # Multimedia player | |
| brew install "vlc" | |
| # Rust-based terminal | |
| brew install "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