-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
brew bundle vs brew cask install: Apps on and off the App Store #112
Comments
Ah, yes, homebrew-cask symlinks into ~/Applications by default. |
Yep, that's a cask default we can't really tweak, sorry! |
but there are some solutions: 1) environment variableyou can set the appdir in an environment variable and then run brew bundle: # Specify your defaults in this environment variable
export HOMEBREW_CASK_OPTS="--appdir=/Applications --caskroom=/etc/Caskroom" see usage of options 2) bundle dslbut is not this command of cask_args appdir: '/Applications' |
@muescha Yep, those are both options you can use but Homebrew Bundle can't pick one automatically. Thanks! |
Why can't the environment variable default to |
@kevinSuttle We defer to Cask's default/configuration here. |
Steps to reproduce:
Example
Brewfile
cask 'skitch'
$ brew bundle Succeeded in installing skitch Success: 1 Fail: 0
The text was updated successfully, but these errors were encountered: