-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
128 lines (108 loc) · 2.29 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
# Brewfile, powered by Homebrew Bundle.
# https://robots.thoughtbot.com/brewfile-a-gemfile-but-for-homebrew
# https://github.com/Homebrew/homebrew-bundle
# Install as a tap:
# `brew tap homebrew/bundle`
# Install everything listed here:
# `brew bundle`
# Meta, for maintaining whitelist.
tap 'homebrew/bundle'
# systemd-esque services
tap 'homebrew/services'
# missing command helper
tap 'homebrew/command-not-found'
# `brew bundle cleanup --dry-run`
# outputs formulae not listed here.
# CLI tools.
brew 'ack'
brew 'bash'
brew 'curl'
brew 'coreutils'
brew 'emacs'
brew 'heroku'
brew 'reattach-to-user-namespace'
brew 'thefuck'
brew 'tmux'
brew 'tree'
brew 'wget'
brew 'yarn'
# VCS.
brew 'git', args: ['with-brewed-curl', 'with-brewed-openssl', 'with-brewed-svn', 'with-gettext', 'with-pcre', 'with-persistent-https']
brew 'git-flow'
brew 'gibo'
brew 'hub'
brew 'legit'
brew 'subversion', args: ['with-perl']
brew 'tig'
# Languages.
brew 'go'
brew 'python'
brew 'ruby'
brew 'node'
# Virtual Machines
brew 'docker'
brew 'docker-machine'
brew 'boot2docker'
brew 'fig'
brew 'docker-compose'
# Databases
brew 'mongodb', args: ['with-openssl']
brew 'redis'
brew 'mysql'
brew 'postgresql'
# Misc.
brew 'd-bus'
brew 'flow'
brew 'jq'
brew 'fortune'
brew 'cowsay'
brew 'mas'
# Dependencies for above.
# While redundant; nice to have whitelisted.
brew 'gdbm'
brew 'gettext'
brew 'libyaml'
brew 'openssl'
brew 'pcre'
brew 'pkg-config'
brew 'readline'
brew 'scons'
brew 'sqlite'
brew 'swig'
# ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
# Casks.
# http://caskroom.io/
tap 'caskroom/cask'
tap 'caskroom/versions'
tap 'caskroom/fonts'
# Fonts
cask 'caskroom/fonts/font-dejavu-sans'
# Browsers.
cask 'firefox'
cask 'google-chrome'
# Editors.
cask 'sublime-text'
cask 'lighttable'
cask 'lightpaper'
# Music.
cask 'lastfm'
cask 'spotify'
# Virtual Machines
cask 'virtualbox'
cask 'vagrant'
# Misc.
cask 'bartender'
cask 'xquartz'
# Mac App Store
mas "Amphetamine", id: 937984704
mas "BetterSnapTool", id: 417375580
mas "Gapplin", id: 768053424
mas "GarageBand", id: 682658836
mas "Growl", id: 467939042
mas "iMovie", id: 408981434
mas "Keynote", id: 409183694
mas "LastPass", id: 926036361
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "The Unarchiver", id: 425424353
mas "Xcode", id: 497799835