File tree 2 files changed +63
-0
lines changed
2 files changed +63
-0
lines changed Original file line number Diff line number Diff line change
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'
8
+
9
+ brew 'bash'
10
+ brew 'curl'
11
+ brew 'fish'
12
+ brew 'fisherman/tap/fisherman'
13
+ brew 'git-lfs'
14
+ brew 'git'
15
+ brew 'go'
16
+ brew 'heroku'
17
+ brew 'htop-osx'
18
+ brew 'hub'
19
+ brew 'keybase'
20
+ brew 'kubernetes-helm'
21
+ brew 'macvim'
22
+ brew 'mas'
23
+ brew 'mongodb'
24
+ brew 'openssl'
25
+ brew 'postgresql'
26
+ brew 'pyenv'
27
+ brew 'rbenv'
28
+ brew 'ruby-build'
29
+ brew 'shellcheck'
30
+ brew 'ssh-copy-id'
31
+ brew 'trash'
32
+ brew 'unrar'
33
+ brew 'vim'
34
+ brew 'vitorgalvao/tiny-scripts/cask-repair'
35
+ brew 'wget'
36
+ brew 'xz'
37
+
38
+ cask 'appcleaner'
39
+ cask 'atom'
40
+ cask 'bettertouchtool'
41
+ cask 'firefox'
42
+ cask 'flux'
43
+ cask 'google-chrome'
44
+ cask 'Caskroom/versions/google-chrome-canary'
45
+ cask 'iterm2'
46
+ cask 'monodraw'
47
+ cask 'postico'
48
+ cask 'robomongo'
49
+ cask 'viscosity'
50
+
51
+ mas '1Password' , id : 443987910
52
+ mas 'Dash' , id : 449589707
53
+ mas 'Slack' , id : 803453959
54
+ mas 'Sunrise Calendar' , id : 886106985
55
+ mas 'Todoist' , id : 585829637
Original file line number Diff line number Diff line change @@ -28,6 +28,14 @@ A collection / backup of my dotfiles
28
28
$ bash ./fonts/install.sh
29
29
` ` `
30
30
31
+ 1. Brew bundle (assumes Homebrew is installed)
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
+
31
39
1. Link dotfiles
32
40
33
41
` ` ` bash
You can’t perform that action at this time.
0 commit comments