-
Notifications
You must be signed in to change notification settings - Fork 1
/
.brew
91 lines (79 loc) · 1.73 KB
/
.brew
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
#!/usr/bin/env bash
# ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)
# Make sure we're using the latest homebrew
brew update
# Upgrade the already installed formulas
brew upgrade
# Add other tabs
brew tap homebrew/dupes
brew tap homebrew/versions
# Install bash 4
brew install bash
brew install bash-completion
# Install developer tools
brew install apple-gcc42
brew install gfortran
brew install lua52
brew install automake
brew install libtool
# Install security tools
brew install nmap
brew install gpg
brew install gpgme
brew install tor
brew install vim --with-lu --override-system-vi
# Install wget with IRI support
brew install wget --enable-iri
# Install other binaries
brew install ack
brew install bfg
brew install foremost
brew install git
brew install hashpump
brew install lynx
brew install readline
brew install coreutils
brew install moreutils
brew install findutils
brew install gnu-sed --default-names
brew install colordiff
brew install gettext
brew install lzo
brew install ngrep
brew install libjpeg
brew install geoip
brew install xz
brew install rsync
brew install v8
brew install libxml2
brew install libxslt
brew install tmux
brew install p7zip
brew install pigz
brew install pv
brew install rename
brew install sqlmap
brew install the_silver_searcher
brew install tree
brew install ucspi-tcp
brew install webkit2png
brew install xpdf
brew install zopfli
brew install lftp
# Audio & video binaries
brew install faac
brew install lame
brew install libogg
brew install pkg-config
brew install libvorbis
brew install theora
brew install yasm
brew install libvpx
brew install x264
brew install xvid
brew install ffmpeg
brew install mkvtoolnix
brew install jhead
brew install atomicparsley
# remove the outdated binaries
brew cleanup