forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
58 lines (54 loc) · 976 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
51
52
53
54
55
56
57
58
cask_args appdir: '/Applications'
tap 'homebrew/bundle'
tap 'puma/puma'
cask 'xquartz'
brew 'ack'
brew 'imagemagick'
brew 'jp2a'
brew 'exiftool'
brew 'coreutils'
brew 'grc'
brew 'libcaca'
brew 'imlib2'
brew 'libgit2'
brew 'openssl'
brew 'postgresql'
brew 'puma/puma/puma-dev'
brew 'ruby-build'
brew 'rbenv'
brew 'roundup'
brew 'spark'
brew 'p7zip'
brew 'wget'
brew 'yarn'
brew 'youtube-dl'
brew 'legit'
brew 'git-lfs'
brew 'tldr'
brew 'zsh-autosuggestions'
brew 'zsh-syntax-highlighting'
cask '1password'
cask 'adobe-creative-cloud'
cask 'alfred'
# cask 'bartender' -> removed in favor of ice
cask 'betterdisplay'
cask 'dash'
cask 'docker'
cask 'dropbox'
cask 'fantastical'
cask 'firefox'
cask 'github'
cask 'google-chrome'
cask 'google-cloud-sdk'
cask 'hyper'
cask 'imageoptim'
cask 'istat-menus'
cask 'jordanbaird-ice'
cask 'keybase'
cask 'logi-options-plus'
cask 'loop'
cask 'microsoft-teams'
cask 'tunnelblick'
cask 'transmission'
cask 'visual-studio-code'
cask 'vlc'