Skip to content

Commit

Permalink
Remove instruction to mv casks
Browse files Browse the repository at this point in the history
No longer necessary as of:
Homebrew/homebrew-cask#13966
  • Loading branch information
arbourd committed Jun 1, 2016
1 parent f1993fe commit 3ccbed0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cask_args appdir: '/Applications'

tap 'fisherman/tap'
tap 'homebrew/bundle'
tap 'homebrew/services'
tap 'homebrew/versions'
tap 'vitorgalvao/tiny-scripts'
Expand All @@ -18,7 +17,7 @@ brew 'htop-osx'
brew 'hub'
brew 'keybase'
brew 'kubernetes-helm'
brew 'macvim'
brew 'macvim' # Requires full Xcode
brew 'mas'
brew 'mongodb'
brew 'openssl'
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ A collection / backup of my dotfiles

```bash
$ brew bundle
# Move Chrome to /Applications to make 1Password work
$ mv /opt/homebrew-cask/Caskroom/google-chrome/latest/Google\ Chrome.app/ /Applications/
```

1. Link dotfiles
Expand Down

0 comments on commit 3ccbed0

Please sign in to comment.