The Homebrew Bundle Workflow That Backs Up Your Entire Mac Software Stack in One Text File — A Vinyl Burns Workflow
There is a command that writes out every Homebrew package, cask, Mac App Store app, and VS Code extension you have installed, in a plain text file, in under two seconds: brew bundle dump That file is called a Brewfile. It looks like this: tap "homebrew/bundle" brew "git" brew "zoxide" brew "ripgrep" brew "fzf" cask "1password" cask "iterm2" cask "visual-studio-code" mas "Reeder.", id:…
















