DevKit automates Homebrew setup, package management, cleanup, and maintenance.
Install, prune, back up, and restore your Homebrew environment with simple, streamlined commands.
- π§ Setup & Initialization
- π¦ Package Management
- π§Ή Maintenance & Cleanup
- π©Ί Diagnostics & Health
homebrew-setupβ Full setup: install Homebrew, prune unlisted packages, restore saved packages, and maintain.homebrew-installβ Install Homebrew if missing and verify installation.
homebrew-save-packagesβ Save current formulae and casks to files for backup or sharing.homebrew-install-packagesβ Install formulae and casks from saved lists.homebrew-install-packages-from-settingsβ Install packages based on yoursettings.jsonfile.homebrew-prune-packagesβ Uninstall packages not in saved lists or settings (with confirmation).homebrew-list-packagesβ List all currently installed formulae and casks.
homebrew-maintainβ Update, upgrade, and clean Homebrew. Runs health check and verifies packages.homebrew-cleanβ Remove unused dependencies, old versions, and clean cache.
homebrew-doctorβ Run Homebrew diagnostics and check for outdated packages.
π Pro tip: Use
devkit-updateregularly to keep your dev environment healthy and up to date.