forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
50 lines (47 loc) · 774 Bytes
/
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
cask_args appdir: '/Applications'
tap 'homebrew/bundle'
brew 'ack'
brew 'coreutils'
brew 'curl'
brew 'flow'
brew 'freetype'
brew 'git'
brew 'go'
brew 'imagemagick'
brew 'jp2a'
brew 'libcaca', args: ['with-imlib2']
brew 'libgit2'
brew 'macvim'
brew 'openssl'
brew 'pyenv'
brew 'pyenv-virtualenv'
brew 'pygments'
brew 'readline'
brew 'postgresql'
brew 'ruby-build'
brew 'rbenv'
brew 'ripgrep'
brew 'roundup'
brew 'spaceman-diff'
brew 'spark'
brew 'tldr'
brew 'unrar'
brew 'watchman'
brew 'wget'
brew 'yarn', args: ['without-node']
brew 'youtube-dl'
brew 'z'
cask '1password'
cask 'brave-browser'
cask 'docker'
cask 'firefox'
cask 'flux'
cask 'google-chrome'
cask 'postico'
cask 'postman'
cask 'rectangle'
cask 'sketch'
cask 'slack'
cask 'spotify'
cask 'vlc'
cask 'xquartz'