Select the types of activity you want to include in your feed.
๐ฆ 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.
···33This 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`.
44It allows me (or anyone else) to quickly reinstall and sync all my brew packages, casks, taps and linux packages across machines.
5566+## Install from Brewfile
77+88+Clone this repo and run:
99+1010+```bash
1111+brew bundle --file ./Brewfile
1212+```
1313+1414+This will install all packages, casks, and taps listed in the `Brewfile`.
1515+616## ๐ Contents
717818- `Brewfile` โ List of all installed brew formulas, casks, and taps.