You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add a -g flag when performing a Cask install, such that the app gets automatically symlinked to the global app folder, instead of the user app folder?
For example, to install Google Chrome globally I think it'd be much more convenient to type brew cask install -g google-chrome, than brew cask install --appdir="/Applications" google-chrome.
It should be pretty easy to implement and it sorts of follow a "standard" too (think other package managers like npm).
Do you think this could be implemented? Would you like me to create a PR?
Cheers!
The text was updated successfully, but these errors were encountered:
Hi,
Would it be possible to add a
-g
flag when performing a Cask install, such that the app gets automatically symlinked to the global app folder, instead of the user app folder?For example, to install Google Chrome globally I think it'd be much more convenient to type
brew cask install -g google-chrome
, thanbrew cask install --appdir="/Applications" google-chrome
.It should be pretty easy to implement and it sorts of follow a "standard" too (think other package managers like npm).
Do you think this could be implemented? Would you like me to create a PR?
Cheers!
The text was updated successfully, but these errors were encountered: