Skip to content

Commit

Permalink
Merge pull request #513 from leafac/document-fonts
Browse files Browse the repository at this point in the history
Add example of Caskroom tap to `Brewfile` in README
  • Loading branch information
jacobbednarz committed Jun 18, 2019
2 parents cee394f + 8f66074 commit c52329b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ Add your dependencies in your `Brewfile`:
cask_args appdir: "/Applications"
tap "homebrew/cask"
tap "telemachus/brew", "https://telemachus@bitbucket.org/telemachus/brew.git", pin: true
tap "caskroom/fonts"
brew "imagemagick"
brew "mysql@5.6", restart_service: true, link: true, conflicts_with: ["mysql"]
brew "emacs", args: ["with-cocoa", "with-gnutls"]
cask "google-chrome"
cask "java" unless system "/usr/libexec/java_home --failfast"
cask "firefox", args: { appdir: "~/my-apps/Applications" }
mas "1Password", id: 443987910
cask "caskroom/fonts/font-charter"
```

### Install
Expand Down

0 comments on commit c52329b

Please sign in to comment.