sb2nov / mac-setup

Installing Development environment on macOS

Home Page:https://sourabhbajaj.com/mac-setup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace deprecated brew cask command

simeg opened this issue · comments

With background of #318 we should replace all occurrences of

brew cask install ...

with

brew install --cask ...

Please see PR #320.