forked from ebeigarts/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
102 lines (93 loc) · 1.56 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
# Install command-line tools using Homebrew
# Usage: `brew bundle Brewfile`
tap "brewsci/science"
tap "gapple/services"
tap "ebeigarts/homebrew-magic-lantern"
# Make sure we’re using the latest Homebrew
#brew update
# Upgrade any already-installed formulae
#brew upgrade
# Install packages
brew "ack"
brew "aspell"
brew "autoconf"
brew "automake"
brew "awscli"
brew "bash"
brew "cabextract"
brew "cloc"
brew "cmake"
brew "colordiff"
brew "curl"
brew "fig"
brew "gawk"
brew "gdbm"
brew "gist"
brew "git"
brew "gnu-sed"
brew "gnutls"
brew "go"
brew "graphviz"
brew "htop-osx"
brew "hub"
brew "iperf"
brew "isync"
brew "libxml2"
brew "libxslt"
brew "libyaml"
brew "lynx"
brew "mcrypt"
brew "media-info"
brew "memcache-top"
brew "mercurial"
brew "monit"
brew "mpssh"
brew "nginx"
brew "nmap"
brew "node"
brew "npm"
brew "parallel"
brew "phantomjs"
brew "pwgen"
brew "python"
brew "R"
brew "rename"
brew "rlwrap"
brew "tig"
brew "trash"
brew "tree"
brew "unrar"
brew "watch"
brew "wget"
# Install databases and search engines
# brew "elasticsearch"
brew "memcached"
brew "mongodb"
brew "mysql"
brew "freetds"
brew "redis"
brew "sqlite"
brew "postgresql"
brew "postgis"
brew "proj"
brew "gdal"
brew "geos"
brew "mdbtools"
# Install image processing packages
brew "imagemagick"
brew "exiftool"
brew "ufraw"
brew "jpegoptim"
brew "optipng"
brew "librsvg"
# Install video packages
brew "mediainfo"
brew "ffmpeg"
brew "gpac"
brew "mkvtoolnix"
brew "mplayer"
# Install extra filesystems support (NOT WORKING)
# brew osxfuse
# brew ext4fuse
# Remove outdated versions from the cellar
# cleanup