๐Ÿ“ฆ My Package bundle โ€” A reproducible list of all the Homebrew packages, casks, and taps + Debian/Pkgx packages I use on macOS/Debian/Android/ChromeOS, managed via a Brewfile and oh-my-droid.toml.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update README

+10
+10
README.md
··· 3 3 This repository stores my personal [Homebrew](https://brew.sh) setup using a `Brewfile` and [Oh My Droid](https://github.com/tsirysndr/oh-my-droid) setup using a `oh-my-droid.toml`. 4 4 It allows me (or anyone else) to quickly reinstall and sync all my brew packages, casks, taps and linux packages across machines. 5 5 6 + ## Install from Brewfile 7 + 8 + Clone this repo and run: 9 + 10 + ```bash 11 + brew bundle --file ./Brewfile 12 + ``` 13 + 14 + This will install all packages, casks, and taps listed in the `Brewfile`. 15 + 6 16 ## ๐Ÿ“‚ Contents 7 17 8 18 - `Brewfile` โ€” List of all installed brew formulas, casks, and taps.