-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathBrewfile
103 lines (103 loc) · 1.8 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
tap 'caskroom/cask'
tap 'goles/battery'
tap 'homebrew/boneyard'
tap 'homebrew/bundle'
tap 'homebrew/core'
tap 'homebrew/services'
tap 'homebrew/versions'
tap 'thoughtbot/formulae'
tap 'universal-ctags/universal-ctags'
brew 'openssl'
brew 'readline'
brew 'sqlite'
brew 'python'
brew 'libxml2'
brew 'autoconf'
brew 'automake'
brew 'awscli'
brew 'git'
brew 'carthage'
brew 'chrome-cli'
brew 'chruby'
brew 'ctags'
brew 'diff-so-fancy'
brew 'jpeg'
brew 'libpng'
brew 'libtiff'
brew 'wxmac'
brew 'erlang'
brew 'elixir'
brew 'ffind'
brew 'fzf'
brew 'go'
brew 'graphviz'
brew 'heroku'
brew 'lua'
brew 'highlight'
brew 'hub'
brew 'perl'
brew 'imagemagick'
brew 'oniguruma'
brew 'jq'
brew 'libevent'
brew 'libffi'
brew 'libyaml'
brew 'mercurial'
brew 'node'
brew 'node@4'
brew 'pcre'
brew 'postgresql', restart_service: true
brew 'pgcli'
brew 'phantomjs'
brew 'pkg-config'
brew 'pngcrush'
brew 'qt5'
brew '[email protected]'
brew 'reattach-to-user-namespace'
brew 'redis', restart_service: true
brew 'ruby'
brew 'ruby-install'
brew 'shellcheck'
brew 'source-highlight'
brew 'spark'
brew 'the_silver_searcher'
brew 'tmux'
brew 'trash'
brew 'tree'
brew 'utf8proc'
brew 'vim'
brew 'watch'
brew 'watchman'
brew 'wget'
brew 'youtube-dl'
brew 'zplug'
brew 'goles/battery/battery'
brew 'thoughtbot/formulae/gitsh'
brew 'thoughtbot/formulae/parity'
brew 'thoughtbot/formulae/rcm'
brew 'universal-ctags/universal-ctags/universal-ctags', args: ['HEAD']
cask 'acorn'
cask 'arq'
cask 'caffeine'
cask 'cloak'
cask 'dash'
cask 'firefox'
cask 'haskell-platform'
cask 'licecap'
cask 'marked'
cask 'ngrok'
cask 'omnifocus'
cask 'qlcolorcode'
cask 'qlimagesize'
cask 'qlmarkdown'
cask 'qlprettypatch'
cask 'qlstephen'
cask 'quicklook-csv'
cask 'quicklook-json'
cask 'screenflow'
cask 'screenhero'
cask 'skype'
cask 'suspicious-package'
cask 'vlc'
cask 'webpquicklook'
cask 'yakyak'