alrra / dotfiles

๐Ÿ’ป macOS / Ubuntu dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Mac App Store CLI?

rugaard opened this issue ยท comments

It would be incredible cool, if you could implement the Mac App Store CLI (like you did with Homebrew and your brew_install cmd):

https://github.com/mas-cli/mas

Into your dotfiles. This is basically the only thing I personally need for your dotfiles to be absolutely perfect! ๐Ÿ˜Ž

HUGE thumbs up for the best dotfiles repo on Github ๐Ÿ‘

It would be incredible cool, if you could implement the Mac App Store CLI

@rugaard I personally don't have a need for it since I rarely install anything from the App Store besides Xcode.

To give you an example, here is the current list of installed applications:

$ mas list
497799835 Xcode (8.0)

This is basically the only thing I personally need

That is a good reason to start your own dotfiles repository. Better yet, if you consider this project to be a good starting point, fork it, try to understand what the code does, and customize it to better suit your needs.

HUGE thumbs up for the best dotfiles repo on Github ๐Ÿ‘

Thanks! ๐Ÿ˜Š

Fair point @alrra ๐Ÿ‘

I might just give a try with a personalized version of your files. They are really, really good ๐Ÿ˜Ž

Hi @rugaard, I second @alrraโ€™s comment. Iโ€™ve forked and customized this repo and itโ€™s been incredibly useful for me.

Should you need a starting point/inspiration, this is how I install MAS apps.

@michelegera Thanks a lot, man. I'm kind of a rookie when it comes to shell scripting, but I think it's quite fun. So the more inspiration I can get, the better. So thanks a lot, man!