aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-10-30 10:59:19 +0100
committerMathias Bynens <mathias@qiwi.be>2014-10-30 10:59:19 +0100
commit91be10dcee350465566a48cbe303686d2d989d6d (patch)
treee7bb1864de624ce6c09921c2afaae3c6742c5ce8 /README.md
parent6d4f94df9072221e7d3091d65a140ac2597975c6 (diff)
downloaddotfiles-91be10dcee350465566a48cbe303686d2d989d6d.tar.gz
dotfiles-91be10dcee350465566a48cbe303686d2d989d6d.tar.bz2
dotfiles-91be10dcee350465566a48cbe303686d2d989d6d.zip
Use `brew.sh` instead of `Brewfile`
Also, remove `Caskfile` since I didn’t use it. Closes #428.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/README.md b/README.md
index c6d6514..8c1ba7c 100644
--- a/README.md
+++ b/README.md
@@ -76,15 +76,7 @@ When setting up a new Mac, you may want to set some sensible OS X defaults:
When setting up a new Mac, you may want to install some common [Homebrew](http://brew.sh/) formulae (after installing Homebrew, of course):
```bash
-brew bundle ~/Brewfile
-```
-
-### Install native apps with `brew cask`
-
-You could also install native apps with [`brew cask`](https://github.com/phinze/homebrew-cask):
-
-```bash
-brew bundle ~/Caskfile
+./brew.sh
```
## Feedback
@@ -113,5 +105,4 @@ Suggestions/improvements
* [Tom Ryder](http://blog.sanctum.geek.nz/) and his [dotfiles repository](https://github.com/tejr/dotfiles)
* [Kevin Suttle](http://kevinsuttle.com/) and his [dotfiles repository](https://github.com/kevinSuttle/dotfiles) and [OSXDefaults project](https://github.com/kevinSuttle/OSXDefaults), which aims to provide better documentation for [`~/.osx`](https://mths.be/osx)
* [Haralan Dobrev](http://hkdobrev.com/)
-
* anyone who [contributed a patch](https://github.com/mathiasbynens/dotfiles/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/dotfiles/issues)