forked from streeter/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
139 lines (125 loc) · 2.75 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Git
brew 'git'
brew 'hub'
brew 'git-extras'
# Setup some taps
tap 'caskroom/cask'
tap 'homebrew/completions'
tap 'homebrew/dupes'
# Misc
brew 'autoconf'
brew 'autoenv'
brew 'automake'
brew 'Caskroom/cask/r'
brew 'colordiff'
brew 'coreutils'
brew 'cowsay'
brew 'ctags'
brew 'curl'
brew 'fish'
brew 'geoip'
brew 'geos'
brew 'git-cal'
brew 'go'
brew 'google-app-engine'
brew 'heroku'
brew 'heroku-toolbelt'
brew 'htop'
brew 'htop-osx'
brew 'jq'
brew 'lua'
brew 'markdown'
brew 'mercurial'
brew 'mtr'
brew 'nmap'
brew 'pidof'
brew 'proctools'
brew 'python'
brew 'python3'
brew 'reattach-to-user-namespace'
brew 'ruby'
brew 'terminal-notifier'
brew 'tmux'
brew 'wget'
brew 'youtube-dl'
# Completions
brew 'bash-completion'
brew 'vagrant-completion'
brew 'tmuxinator-completion'
# Java
brew 'Caskroom/cask/java'
# Services
brew 'memcached'
brew 'mysql'
brew 'node'
brew 'rabbitmq'
brew 'redis'
brew 'solr'
brew 'zeromq'
# Images / Video
brew 'exif'
brew 'exiftool'
brew 'imagesnap'
brew 'jpeg'
brew 'libjpeg'
brew 'libmagic'
brew 'libtiff'
brew 'pngcrush'
brew 'speex'
brew 'webp'
brew 'x264'
brew 'yasm'
# Do these after the others
brew 'imagemagick'
brew 'ffmpeg', args: ['with-speex']
# Override some system packages
brew 'grep'
brew 'less'
brew 'screen'
# Android
brew 'android-sdk'
brew 'gradle'
# iOS
brew 'chisel'
brew 'class-dump'
brew 'ios-sim'
brew 'xctool'
# VIM
brew 'macvim'
brew 'the_silver_searcher'
# Quick Look Plugins
#cask install qlcolorcode
#cask install qlstephen
#cask install qlmarkdown
#cask install quicklook-json
#cask install qlprettypatch
#cask install quicklook-csv
#cask install betterzipql
#cask install webp-quicklook
#cask install suspicious-package
#cask install ipaql
# Some Mac apps
#cask install --appdir=/Applications alfred
#cask install --appdir=/Applications android-file-transfer
#cask install --appdir=/Applications android-studio
#cask install --appdir=/Applications arq
#cask install --appdir=/Applications balsamiq-mockups
#cask install --appdir=/Applications base
#cask install --appdir=/Applications calibre
#cask install --appdir=/Applications chromecast
#cask install --appdir=/Applications coconutbattery
#cask install --appdir=/Applications color-oracle
#cask install --appdir=/Applications crashlytics
#cask install --appdir=/Applications divvy
#cask install --appdir=/Applications dropbox
#cask install --appdir=/Applications gitx
#cask install --appdir=/Applications hipchat
#cask install --appdir=/Applications imageoptim
#cask install --appdir=/Applications keyremap4macbook
#cask install --appdir=/Applications macvim
#cask install --appdir=/Applications rdio
#cask install --appdir=/Applications sequel-pro
#cask install --appdir=/Applications timemachinescheduler
#cask install --appdir=/Applications vlc
# Alternate versions
tap 'homebrew/versions'