sb2nov / mac-setup

Installing Development environment on macOS
https://sourabhbajaj.com/mac-setup/
Other
7.15k stars 1.02k forks source link

Replace deprecated brew cask command #319

Closed simeg closed 3 years ago

simeg commented 3 years ago

With background of #318 we should replace all occurrences of

brew cask install ...

with

brew install --cask ...
hugovk commented 3 years ago

Please see PR #320.