forked from thexavismith/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
113 lines (109 loc) · 1.99 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
# Where apps get installed
cask_args appdir: '/Applications'
# Taps we need to make this all work
tap 'caskroom/cask'
tap 'homebrew/bundle'
tap 'homebrew/core'
tap 'homebrew/dupes'
tap 'homebrew/versions'
# Install Packages
brew 'autoconf'
brew 'icu4c'
brew 'boost'
brew 'xz'
brew 'pkg-config'
brew 'libpng'
brew 'freetype'
brew 'fontconfig'
brew 'pixman'
brew 'gettext'
brew 'libffi'
brew 'pcre'
brew 'glib'
brew 'cairo'
brew 'gmp'
brew 'coreutils'
brew 'libsodium'
brew 'zeromq'
brew 'czmq'
brew 'dnsmasq'
brew 'libtool'
brew 'git'
brew 'gobject-introspection'
brew 'harfbuzz'
brew 'pango'
brew 'jpeg'
brew 'libtiff'
brew 'fontforge'
brew 'mpfr'
brew 'libmpc'
brew 'isl'
brew 'gcc'
brew 'grc'
brew 'imagemagick'
brew 'jp2a'
brew 'jpegoptim'
brew 'libyaml'
brew 'openssl'
brew 'mysql'
brew 'nginx'
brew 'node'
brew 'node-build'
brew 'phantomjs'
brew 'pngcrush'
brew 'pngpaste'
brew 'readline'
brew 'postgresql'
brew 'ruby-build'
brew 'rbenv'
brew 'spaceman-diff'
brew 'spark'
brew 'trash'
brew 'unrar'
brew 'v8'
brew 'wget'
brew 'youtube-dl'
brew 'z'
brew 'homebrew/dupes/apple-gcc42'
brew 'homebrew/versions/v8-315'
brew 'mas'
brew 'redis'
brew 'heroku'
# Install Apps
cask '1password'
cask 'atom'
cask 'dropbox'
cask 'firefox'
cask 'google-chrome'
cask 'handbrake'
cask 'hyper'
cask 'nylas-n1'
cask 'qlmarkdown'
cask 'vlc'
cask 'alfred'
cask 'moom'
cask 'bartender'
cask 'keyboard-maestro'
cask 'caffeine'
cask 'hazel'
cask 'skype'
# Install Mac App Store Apps
mas 'Frank DeLoupe', id: 530458789
mas 'Kuvva', id: 451557061
mas 'Keynote', id: 409183694
mas 'iMovie', id: 408981434
mas 'Fantastical 2', id: 975937182
mas 'iA Writer', id: 775737590
mas 'Sketch', id: 852320343
mas 'Bear', id: 1091189122
mas 'Day One', id: 1055511498
mas 'Wunderlist', id: 410628904
mas 'Pages', id: 409201541
mas 'Byword', id: 420212497
mas 'BreakTime', id: 427475982
mas 'GarageBand', id: 682658836
mas 'Tweetbot', id: 557168941
mas 'Characters', id: 536511979
mas 'Numbers', id: 409203825
mas 'Ulysses', id: 623795237
mas 'Shush', id: 496437906