msanders / cider

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

Add mas support #36

Closed Bartuz closed 4 years ago

Bartuz commented 8 years ago

Mas is a command line interface for mac App Store. Looks like you could also be able to bootstrap your mac purchases with cider :)

looking forward implementing it

https://github.com/argon/mas

RogerThiede commented 8 years ago

👍 This opens up an entire ecosystem to cider.

maxnowack commented 7 years ago

Are there any updates on this?

RogerThiede commented 5 years ago

Given that cider is designed for "bootstrapping with Homebrew", and that homebrew-bundle is both built into Homebrew and now includes the capability for installing Mac App Store applications using mas-cli, this enhancement is arguably moot.

Cider is valuable to me for its features of symlinks, defaults, and after-scripts with among other scripts, a specific after-script of executing brew bundle with an accompanying Brewfile. Said Brewfile includes mas support.

msanders commented 4 years ago

This is now supported by Cider's replacement, zero.sh, which includes support for Brewfiles (see https://github.com/msanders/cider/issues/46#issuecomment-570953443). Let me know what you think.