msanders / cider

Hassle-free bootstrapping with Homebrew.
https://pypi.python.org/pypi/cider/
MIT License
840 stars 25 forks source link

cider tap missing #14

Closed Miladiir closed 9 years ago

Miladiir commented 9 years ago

Cider is a simple way of automating the configuration of brew and your favorite packages. Many of my favorite packages however don't live in default taps. A magnificent way to get around this problem would be to allow the automated addition of taps to the bootstrap.json. Cider automatically taps taps (hehe) in there first before installing the brews, so make it a little easier on us by adding this awesome feature (for lazy people with many taps).

~
❯ cider tap missing
caskroom/cask
caskroom/fonts
caskroom/unofficial
homebrew/apache
homebrew/binary
homebrew/completions
homebrew/dupes
homebrew/games
homebrew/php
homebrew/science
homebrew/versions
larsimmisch/avr

Detected new taps. Add them to the list? [y/N] y
Cider updated your taps.

Note that cider tap already shows used taps (by acting as an alias for brew tap?)

msanders commented 9 years ago

Thanks for the suggestion! Should be available in the next release, or now if you want to install from master: pip install https://github.com/msanders/cider/archive/master.zip.

Miladiir commented 9 years ago
Everything up to date.

Thanks a bunch!