Go to file
Vítor Galvão d65290689c updated mac2imgur (3.0) 2016-01-08 09:16:18 -05:00
Casks updated mac2imgur (3.0) 2016-01-08 09:16:18 -05:00
ci/travis Run RuboCop outside of rake 2016-01-08 08:21:30 -05:00
cmd Don't explicitly exit with 0 after success 2015-12-16 23:43:25 -05:00
developer Merge pull request #16368 from jawshooah/error-suggestions 2016-01-05 01:04:28 -05:00
doc Attempt clearer language for fetch and resources 2016-01-05 10:44:53 -08:00
lib Merge pull request #16399 from jawshooah/casks-as-instances 2016-01-08 07:31:39 -05:00
man/man1 Attempt clearer language for fetch and resources 2016-01-05 10:44:53 -08:00
spec Fix tests broken by changing casks from classes to instances 2016-01-06 10:33:03 -05:00
test Replace `full_name` with `name` 2016-01-06 10:33:03 -05:00
.editorconfig add .editorconfig file 2015-09-08 01:42:23 +01:00
.gitattributes Create .gitattributes 2015-09-21 13:57:20 +01:00
.gitignore minor updates to ignores 2014-06-19 17:35:02 -04:00
.rspec install rspec; move first few tests over 2014-06-29 11:33:22 -05:00
.rubocop.yml Exclude invalid-header-format test cask from rubocop 2016-01-04 05:26:12 -05:00
.simplecov Exclude non-core folders from test coverage 2015-03-18 17:18:50 +00:00
.travis.yml Update .travis.yml 2016-01-07 21:58:36 -05:00
CONDUCT.md CONDUCT.md: revert to 0.3b 2015-09-28 22:38:50 +01:00
CONTRIBUTING.md simplifying CONTRIBUTING 2016-01-07 18:00:46 -05:00
Gemfile Update rubocop-cask dependency 2016-01-08 05:34:21 -05:00
Gemfile.lock Update rubocop-cask dependency 2016-01-08 05:34:21 -05:00
LICENSE Bump year to 2016 2016-01-04 02:37:44 +09:00
README.md Re-emphasize bug report template in Reporting Bugs 2016-01-07 00:08:33 -05:00
Rakefile Reorganize rake testing tasks 2016-01-04 16:59:13 -05:00
USAGE.md Attempt clearer language for fetch and resources 2016-01-05 10:44:53 -08:00
brew-cask.rb brew-cask: move to using tap cmd directory. 2015-12-09 19:32:49 +00:00

README.md

Homebrew-Cask

Important December update: Homebrew-Cask will now be kept up to date together with Homebrew (see #15381 for details). If you havent yet, run brew uninstall --force brew-cask; brew update to switch to the new system.

Important: At some point in the future Homebrew-cask will change its behaviour from linking apps to moving them. See issue #13201 for details.


“To install, drag this icon…” no more!

Homebrew-Cask extends Homebrew and brings its elegance, simplicity, and speed to the installation and management of GUI Mac applications such as Google Chrome and Adium.

We do this by providing a friendly homebrew-style CLI workflow for the administration of Mac applications distributed as binaries.

Its implemented as a homebrew external command called cask.

Build Status Code Climate Coverage Status Join the chat at https://gitter.im/caskroom/homebrew-cask

Lets try it!

To start using Homebrew-Cask, you just need Homebrew installed.

$ brew cask install google-chrome
=> Downloading https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg
=> Success! google-chrome installed to /opt/homebrew-cask/Caskroom/google-chrome/stable-channel
=> Linking Google Chrome.app to /Users/phinze/Applications/Google Chrome.app

And there we have it. Google Chrome installed with a few quick commands: no clicking, no dragging, no dropping.

$ open ~/Applications/"Google Chrome.app"

Learn More

Questions? Wanna chat?

Were really rather friendly! Here are the best places to talk about the project:

Reporting Bugs

We still have bugs — and we are busy fixing them! If you have a problem, dont be shy about reporting it on our GitHub issues page. Always search for your issue before posting a new one.

When reporting bugs, remember that homebrew-cask is an independent project from Homebrew. Do your best to direct bug reports to the appropriate project. If your command-line started with brew cask, bring the bug to us first!

Before reporting a bug, make sure you have the latest versions of homebrew, homebrew-cask, and all Taps by running the following command:

$ brew update; brew cleanup; brew cask cleanup

In addition, if you havent yet, run the following once to switch to the new system:

$ brew uninstall --force brew-cask; brew update

Finally, if it's been a while since you last updated Homebrew-Cask, you may still have the old phinze/cask tap installed. Run the following to clean up, then try your command again:

$ brew untap phinze/cask; brew untap caskroom/cask; brew update

If the issue persists, please use our bug report template to report the output of running the problematic command with the --verbose flag, along with the output of brew cask doctor.

License:

Code is under the BSD 2 Clause (NetBSD) license