paulirish / dotfiles

paul's fish, bash, git, etc config files. good stuff.
4.2k stars 1.31k forks source link

brew-cask.sh browser casks no longer available #71

Closed nathanieloffer closed 8 years ago

nathanieloffer commented 8 years ago

Hi just a heads up if you weren't already aware but these three browsers are no longer available through brew:

browsers

brew cask install google-chrome-canary brew cask install firefoxnightly brew cask install webkit-nightly

nok commented 8 years ago

Hello @nathanieloffer,

just type brew tap caskroom/versions. Then you can install alternate versions of Casks.

Regards, Darius

nathanieloffer commented 8 years ago

How is your comment helpful? I stated the browsers that were being installed via this script are no longer available and you tell me to install alternate versions of them? An alternate version of nothing is nothing, it's like trying to multiply zero the answer is still the same.

nok commented 8 years ago

The script executes the tap command in line 11. After that you can install your listed browsers. For instance the command brew cask search google-chrome shows all alternate versions of the Google Chrome browser:

$ brew cask search google-chrome
==> Exact match
google-chrome
==> Partial matches
google-chrome-beta    google-chrome-canary  google-chrome-dev

As you can see, there is the Cask google-chrome-canary, which you can install with brew cask install google-chrome-canary. But in general the script does it for you.

paulirish commented 8 years ago

ayup.

versions gets these dudes.

closing, though it would make sense to put a comment next to these in the cask.sh :)