Skip to content

Commit 3ccbed0

Browse files
committed
Remove instruction to mv casks
No longer necessary as of: Homebrew/homebrew-cask#13966
1 parent f1993fe commit 3ccbed0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Brewfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cask_args appdir: '/Applications'
22

33
tap 'fisherman/tap'
4-
tap 'homebrew/bundle'
54
tap 'homebrew/services'
65
tap 'homebrew/versions'
76
tap 'vitorgalvao/tiny-scripts'
@@ -18,7 +17,7 @@ brew 'htop-osx'
1817
brew 'hub'
1918
brew 'keybase'
2019
brew 'kubernetes-helm'
21-
brew 'macvim'
20+
brew 'macvim' # Requires full Xcode
2221
brew 'mas'
2322
brew 'mongodb'
2423
brew 'openssl'

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ A collection / backup of my dotfiles
3232

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

3937
1. Link dotfiles

0 commit comments

Comments
 (0)