-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Support brew cask install {user}/{tap}/{formula}
#2235
Comments
Check out #2085. A sample Caskfile is here: https://github.com/pstadler/dotfiles/blob/master/Caskfile |
@pstadler Thank you! This looks fine! I will close this issue 👯 |
Cheers for pointing him in the right direction @pstadler 👍 |
👍 |
This should be go into some readme/doc? |
Btw: we should not close this issue. If it is a functionality from |
Okay, I reopened. |
handle fully-qualified cask names, fixes #2235
This is a feature request.
brew install
is currently supporting install manner likeinstead of
This is useful especially in Brewfile because executing
brew tap
twice raisesError: Already tapped
and stopsbrew bundle
with the current homebrew. They (homebrew guy) are recommending to usebrew install {user}/{tap}/{formula}
manner to avoid the problem (brew install does not raise Error, but raises justWarning
if already installed, so it does not stopbrew bundle
).I am sending another feature request to homebrew so that
brew tap
raisesWarning
rather thanError
at Homebrew/legacy-homebrew#25511, but I am very happy ifbrew cask install
would also supportbrew cask install {user}/{tap}/{formula}
manner.The text was updated successfully, but these errors were encountered: