Merge pull request #2542 from github/brewfile

Highlight Brewfile as Ruby
This commit is contained in:
Arfon Smith
2015-08-07 22:26:55 +01:00
2 changed files with 10 additions and 0 deletions

View File

@@ -2934,6 +2934,7 @@ Ruby:
- .pryrc
- Appraisals
- Berksfile
- Brewfile
- Buildfile
- Deliverfile
- Fastfile

View File

@@ -0,0 +1,9 @@
tap 'caskroom/cask'
tap 'telemachus/brew', 'https://telemachus@bitbucket.org/telemachus/brew.git'
brew 'emacs', args: ['with-cocoa', 'with-gnutls']
brew 'redis', restart_service: true
brew 'mongodb'
brew 'sphinx'
brew 'imagemagick'
brew 'mysql'
cask 'google-chrome'