5 ms·
It's sort of like `pip install -r` in Python. I used to do `cat brew_requirements.txt | xargs -L1 brew install`, but Brewfiles mean that that sort of thing is n
by karanlyons 13y ago
It's sort of like `pip install -r` in Python. I used to do `cat brew_requirements.txt | xargs -L1 brew install`, but Brewfiles mean that that sort of thing is now standardized, and also gives support for things like tapping, linking, etc.