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

Homebrew Cask has been folded back in to core Homebrew

apjanke opened this issue · comments

I'm Submitting a ...

[X] Bug report
[ ] Tool/language/etc documentation request

Bug Location

http://sourabhbajaj.com/mac-setup/Homebrew/Cask.html

Tool/Language/etc

The Homebrew Cask section talks about Caskroom and Cask being a separate add-on for Homebrew. This is no longer the case; Cask support has been folded into core Homebrew and is now installed with all Homebrew installations.

This section could be condensed down to just some suggestions of particular Casks to install (and maybe a description of what makes a Cask different from a regular Homebrew formula). There's no longer any need for Cask-specific setup.

+1

The command brew tap caskroom/cask points to a deprecated tap. It has been replaced with brew tap homebrew/homebrew-cask (not that you need this since cask is already integrated).

@apjanke @kamleshkc2002 would be great if you want to take a shot at upgrading this and send a PR.

This looks like this has been fixed by this commit: 6694c5b