forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
87 lines (83 loc) · 1.36 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
cask_args appdir: '/Applications'
# Prerequisites for some of the apps
tap 'homebrew/bundle'
tap 'homebrew/cask'
tap 'koekeishiya/formulae'
brew 'openjdk@17'
cask 'xquartz'
# Stuff
brew 'asciidoctor'
brew 'cmake'
brew 'coreutils'
brew 'ffmpeg'
brew 'flac'
brew 'freetype'
brew 'gh'
brew 'gpg'
brew 'graphviz'
brew 'grc'
brew 'highlight'
brew 'htop'
brew 'hub'
brew 'icu4c'
brew 'imagemagick'
brew 'jp2a'
brew 'jpeg'
brew 'less'
brew 'libplist'
brew 'libpng'
brew 'libtiff'
brew 'libtool'
brew 'libusb'
brew 'libzip'
brew 'lua-language-server'
brew 'mas'
brew 'neovim'
brew 'node'
brew 'npm'
brew 'pipx'
brew 'pmd'
brew 'pyenv'
brew 'readline'
brew 'ripgrep'
brew 'rust'
brew 'skhd'
brew 'spark'
brew 'stow'
brew 'tmux'
brew 'watch'
brew 'yabai'
brew 'yarn'
brew 'zig'
# More Stuff
cask 'aerial'
cask 'alfred'
cask 'brave-browser'
cask 'discord'
cask 'homebrew/cask/dash'
cask 'flameshot'
cask 'gimp'
cask 'google-drive-file-stream'
cask 'inkscape'
cask 'iterm2'
cask 'microsoft-remote-desktop'
cask 'openrefine'
cask 'postman'
cask 'qlcolorcode'
cask 'qlimagesize'
cask 'qlmarkdown'
cask 'qlprettypatch'
cask 'qlstephen'
cask 'qlvideo'
cask 'quicklook-csv'
cask 'quicklook-json'
cask 'quicklookase'
cask 'sfdx'
cask 'slack'
cask 'sourcetree'
cask 'spotify'
cask 'visual-studio-code'
cask 'webpquicklook'
# Mac App Store items
mas 'RadarScope', id: 432027450
# mas 'LastPass', id: 926036361