We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1993fe commit 3ccbed0Copy full SHA for 3ccbed0
Brewfile
@@ -1,7 +1,6 @@
1
cask_args appdir: '/Applications'
2
3
tap 'fisherman/tap'
4
-tap 'homebrew/bundle'
5
tap 'homebrew/services'
6
tap 'homebrew/versions'
7
tap 'vitorgalvao/tiny-scripts'
@@ -18,7 +17,7 @@ brew 'htop-osx'
18
17
brew 'hub'
19
brew 'keybase'
20
brew 'kubernetes-helm'
21
-brew 'macvim'
+brew 'macvim' # Requires full Xcode
22
brew 'mas'
23
brew 'mongodb'
24
brew 'openssl'
README.md
@@ -32,8 +32,6 @@ A collection / backup of my dotfiles
32
33
```bash
34
$ brew bundle
35
- # Move Chrome to /Applications to make 1Password work
36
- $ mv /opt/homebrew-cask/Caskroom/google-chrome/latest/Google\ Chrome.app/ /Applications/
37
```
38
39
1. Link dotfiles
0 commit comments