forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
154 lines (154 loc) · 3.12 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
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
tap "homebrew/dupes"
tap "homebrew/fuse"
tap "homebrew/core"
tap "homebrew/versions"
tap "homebrew/bundle"
tap "homebrew/services"
tap "caskroom/drivers"
tap "caskroom/fonts"
tap "caskroom/versions"
tap "caskroom/cask"
tap "caskroom/eid"
tap "vitorgalvao/tiny-scripts"
brew "adns"
brew "apr"
brew "apr-util"
brew "autoconf"
brew "automake"
brew "readline"
brew "bash"
brew "bash-completion@2"
brew "bc"
brew "binutils"
brew "bzip2"
brew "libpng"
brew "gettext"
brew "libffi"
brew "coreutils"
brew "cscope"
brew "libevent"
brew "curl", args: ["with-libssh2", "with-nghttp2"]
brew "dark-mode"
brew "diffutils"
brew "ldns"
brew "libtool"
brew "minisign"
brew "dnscrypt-proxy", restart_service: true
brew "dos2unix", args: ["with-gettext"]
brew "doxygen"
brew "e2fsprogs"
brew "ed", args: ["with-default-names"]
brew "emacs"
brew "exiftool"
brew "ext4fuse"
brew "lame"
brew "perl"
brew "sqlite"
brew "gdbm"
brew "subversion"
brew "git", args: ["with-blk-sha1", "with-curl", "with-openssl", "with-persistent-https", "with-subversion"]
brew "x264"
brew "xvid"
brew "ffmpeg"
brew "file-formula"
brew "findutils", args: ["with-default-names"]
brew "mpfr"
brew "gawk"
brew "gdb"
brew "gnu-sed", args: ["with-default-names"]
brew "gnu-tar", args: ["with-default-names"]
brew "gnu-which", args: ["with-default-names"]
brew "libunistring"
brew "libgpg-error"
brew "libgcrypt"
brew "libksba"
brew "libusb"
brew "npth"
brew "pinentry"
brew "gnupg", args: ["with-large-secmem"]
brew "pkg-config"
brew "gpatch"
brew "grep", args: ["with-default-names"]
brew "grip"
brew "gzip"
brew "hopenpgp-tools"
brew "hr"
brew "hub"
brew "intltool"
brew "isl"
brew "less"
brew "libiconv"
brew "libidn"
brew "libmpc"
brew "libpcap"
brew "libscrypt"
brew "libssh2"
brew "libyaml"
brew "lsof"
brew "lzip"
brew "m4"
brew "make", args: ["with-default-names"]
brew "makedepend"
brew "openjpeg"
brew "xz"
brew "python3"
brew "mat", args: ["with-exiftool", "with-python"]
brew "mercurial"
brew "moreutils"
brew "ncurses"
brew "nano"
brew "node"
brew "openssh"
brew "p7zip"
brew "pandoc"
brew "qpdf"
brew "rlwrap"
brew "rsync"
brew "ruby"
brew "scons"
brew "screen"
brew "ssh-copy-id"
brew "swig"
brew "tcl-tk"
brew "tcpdump"
brew "tor", args: ["with-libscrypt"]
brew "torsocks"
brew "tree"
brew "units"
brew "vim", args: ["with-override-system-vi"]
brew "watch"
brew "wdiff", args: ["with-gettext"]
brew "wget"
brew "ykman"
brew "youtube-dl"
brew "zlib"
brew "zsh"
brew "vitorgalvao/tiny-scripts/cask-repair"
cask "android-sdk"
cask "au-lab"
cask "ccleaner"
cask "cleanmymac"
cask "flux-beta"
cask "hyper"
cask "intellij-idea"
cask "mactex"
cask "onyx"
cask "osxfuse"
cask "pycharm"
cask "rubymine"
cask "soundflower"
cask "spotify"
cask "webstorm"
cask "xquartz"
cask "caskroom/fonts/font-fontawesome"
cask "caskroom/fonts/font-noto-color-emoji"
cask "caskroom/fonts/font-noto-sans"
cask "caskroom/fonts/font-noto-serif"
cask "caskroom/fonts/font-open-sans"
cask "caskroom/fonts/font-roboto"
cask "caskroom/fonts/font-roboto-slab"
cask "caskroom/versions/1password-beta"
cask "caskroom/versions/atom-beta"
cask "caskroom/versions/google-chrome-dev"
cask "caskroom/versions/torbrowser-alpha"
cask "caskroom/versions/vlc-nightly"