-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
executable file
·107 lines (93 loc) · 2.07 KB
/
Brewfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Taps
tap 'caskroom/cask'
tap 'caskroom/fonts'
tap 'caskroom/versions'
tap 'homebrew/bundle'
tap 'homebrew/dupes'
# Install ZSH
brew 'zsh'
brew 'zsh-completions'
# Install GNU core utilities (those that come with macOS are outdated)
brew 'coreutils'
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed
brew 'findutils'
# Install Bash 4
brew 'bash'
# Install more recent versions of some macOS tools
brew 'grep' # deprecated - 'homebrew/dupes/grep'
# Install Binaries
brew 'awscli'
brew 'git'
brew 'hub'
brew 'tree'
brew 'mackup'
brew 'mas'
brew 'node'
brew 'trash'
brew 'wget'
# Images
brew 'pngcrush'
brew 'optipng'
brew 'pngquant'
brew 'jpegoptim'
brew 'jpeg'
# Development
brew 'php-version'
# brew 'php54', args: ['with-debug']
# brew 'php55', args: ['with-debug']
# brew '[email protected]', args: ['with-debug']
# brew '[email protected]', args: ['with-debug']
# brew '[email protected]', args: ['with-debug']
# brew '[email protected]', args: ['with-debug']
brew '[email protected]', args: ['with-debug']
brew '[email protected]', args: ['with-debug']
brew '[email protected]', args: ['with-debug']
brew '[email protected]', args: ['with-debug']
brew '[email protected]', args: ['with-debug']
brew 'mariadb'
# Apps
# cask 'aerial'
cask 'alfred'
#cask 'caffeine'
cask 'clipy'
cask 'dropbox'
cask 'firefox'
cask 'google-chrome'
#cask 'google-drive'
cask 'gpgtools'
cask 'iterm2'
#cask 'mysqlworkbench'
#cask 'phpstorm'
#cask 'quip'
# cask 'sequel-pro'
# cask 'shuttle'
# cask 'slack'
# cask 'sublime-text'
#cask 'tower'
#cask 'transmit'
# cask 'vagrant'
# cask 'virtualbox'
# cask 'virtualbox-extension-pack'
cask 'vlc'
cask 'visual-studio-code'
# Quicklook
cask 'qlcolorcode'
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'quicklook-csv'
cask 'qlstephen'
# Fonts
cask 'font-sauce-code-powerline'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'font-source-serif-pro'
# Install Mac App Store apps
mas '1Password', id: 443987910
#mas 'Byword', id: 420212497
#mas 'Deckset', id: 847496013
#mas 'Gapplin', id: 768053424
#mas 'Giphy Capture', id: 668208984
#mas 'Paw', id: 584653203
#mas 'Sip', id: 507257563
#mas 'Sketch', id: 402476602
#mas 'Tweetbot', id: 557168941