-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfileold
178 lines (151 loc) · 2.86 KB
/
Brewfileold
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# Install command-line tools using Homebrew
# Usage: `brew bundle Brewfile`
update
upgrade
install pandoc
install epubcheck
install bat
#install apple-gcc42
install autoconf
install cmake
# Install GNU core utilities (those that come with OS X are outdated)
# Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
install coreutils
# Install some other useful utilities like `sponge`
install moreutils
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed
install findutils
# Install GNU `sed`, overwriting the built-in `sed`
install gnu-sed --default-names
# Install Bash 4
# Note: don’t forget to add `/usr/local/bin/bash` to `/etc/shells` before running `chsh`.
install bash
install bash-completion
# Install VIM
install lua
install vim --override-system-vi --with-lua
install cscope
install ctags
install reattach-to-user-namespace
# Install programming tools
install insect
install python
install pyenv
#install pyenv-pip-rehash
#install pyenv-virtualenv
#install pyenv-virtualenvwrapper
install rbenv
install rbenv-gemset
#install rbenv-gem-rehash
install ruby-build
install go
install glide
install godep
install node
install scala
install sbt
install mit-scheme
install racket
install erlang
tap homebrew/binary
install packer
install cloc
install git
install mercurial
install sloccount
# Install other niceties
install ack
install archey
install avrdude
install binutils
install cgrep
install crunch
install curl
install docker
install docker-machine
install docker-compose
install docker-swarm
install dos2unix
install exiftool
install exiv2
install figlet
install fontconfig
install fontforge
install foremost
install gawk
install gd
install gettext
install gnu-getopt
install gnu-sed
install gnu-tar
install gnuplot
install graphviz
install hashpump
install hugo
install iftop
install imagemagick --with-webp
install jo
install jq
install kafka
install kafkacat --with-yajl
install lynx
install mcrypt
install md5sha1sum
install memcached
install mhash
install miller
install mtr
install mycli
install netcat
install nethogs
install ngrep
#install ngrok
install nmap
install openldap
install openssl
install optipng
install pcre
install pidof
install phantomjs
install pstree
install pup
install pv
install q
install rename
install rsync
install selecta
install siege
install sqlmap
install ssh-copy-id
install sshuttle
install tcpflow
install tig
install tmux
install trafshow
install tree
install tsung
install vmtouch
install watch
install wget --with-iri
install xmlstarlet
install xz
install youtube-dl
# Install SGDB
install mongodb
install mysql
install redis
install sqlite
# OCR and QRCode
install gocr
install ocrad
install qrencode
install tesseract
install zbar
tap homebrew/science
install gcc r
tap wallix/awless
install awless
install awscli
install romkatv/gitstatus/gitstatus
# Remove outdated versions from the cellar
cleanup