-
Notifications
You must be signed in to change notification settings - Fork 4
/
Brewfile
60 lines (60 loc) · 946 Bytes
/
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
tap 'caskroom/cask'
tap 'homebrew/bundle'
tap 'homebrew/versions'
brew 'android-sdk'
brew 'android-ndk'
brew 'ant'
brew 'boost'
brew 'cmake'
brew 'gringo'
brew 'clasp'
brew 'aspcud'
brew 'autoconf'
brew 'xz'
brew 'automake'
brew 'bash-git-prompt'
brew 'bazel'
brew 'pkg-config'
brew 'bdw-gc'
brew 'ocaml'
brew 'camlp4'
brew 'ctags'
brew 'pcre'
brew 'gettext'
brew 'git'
brew 'docker'
brew 'gdbm'
brew 'libffi'
brew 'glib'
brew 'gmp'
brew 'heroku-toolbelt'
brew 'openssl'
brew 'irssi'
brew 'libevent'
brew 'libtool'
brew 'lua'
brew 'lua51'
brew 'luajit'
brew 'markdown'
brew 'maven'
brew 'mercurial'
brew 'mono'
brew 'mysql'
brew 'node'
brew 'opam'
brew 'readline'
brew 'pyenv'
brew 'pyenv-virtualenv'
brew 'pypy3'
brew 'sqlite'
brew 'python3'
brew 'swig'
brew 'the_silver_searcher'
brew 'tmux', args: ['HEAD']
brew 'tree'
brew 'vim'
brew 'caskroom/cask/brew-cask'
brew 'homebrew/versions/lua53'
cask 'intel-haxm'
cask 'vagrant'
cask 'virtualbox'