forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
51 lines (46 loc) · 860 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
cask_args appdir: '/Applications'
tap 'homebrew/bundle'
tap 'homebrew/cask-fonts'
brew 'ack'
brew 'coreutils'
brew 'git'
brew 'git-extras'
brew 'grc'
brew 'grep'
brew 'hub'
brew 'imagemagick'
brew 'jp2a'
brew 'libcaca', args: ['with-imlib2']
brew 'libgit2'
brew 'openssl'
brew 'readline'
brew 'ruby-build'
brew 'rbenv'
brew 'spark'
brew 'trash'
brew 'volta'
brew 'wget'
brew 'yarn'
brew 'yt-dlp'
brew 'zsh-syntax-highlighting'
cask 'font-caskaydia-mono-nerd-font'
cask 'font-meslo-lg-nerd-font'
cask 'font-source-code-pro'
cask 'firefox'
cask 'google-chrome'
cask 'hyper'
cask 'postman'
cask 'skitch'
cask 'slack'
cask 'spectacle'
cask 'visual-studio-code'
cask 'qlcolorcode'
cask 'qlstephen'
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'qlimagesize'
cask 'quicklook-csv'
cask 'webpquicklook'
cask 'suspicious-package'
cask 'quicklookase'
cask 'qlvideo'