-
Notifications
You must be signed in to change notification settings - Fork 4
/
Brewfile
106 lines (103 loc) · 1.71 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
# frozen_string_literal: true
# taps
tap 'drn/homebrew-tap'
tap 'ethereum/ethereum'
tap 'goreleaser/tap'
tap 'puma/puma'
tap 'qmk/qmk'
# casks
cask '1password'
cask '1password-cli'
cask 'alacritty'
cask 'avifquicklook' # Finder QuickLook support for .avif files
cask 'brave-browser'
cask 'cyberduck'
cask 'discord'
cask 'docker'
cask 'flycut'
cask 'google-chrome'
cask 'google-cloud-sdk'
cask 'google-drive'
cask 'hammerspoon'
cask 'keepingyouawake'
cask 'licecap'
cask 'loom'
cask 'notion'
cask 'postman'
cask 'qlvideo'
cask 'quicklook-json'
cask 'rowanj-gitx'
cask 'slack'
cask 'spotify'
cask 'superhuman'
cask 'tableplus'
cask 'the-unarchiver'
cask 'timemachineeditor'
cask 'vlc'
# formulae
brew 'amazon-ecs-cli'
brew 'asdf'
brew 'atuin'
brew 'bat'
brew 'blueutil'
brew 'chafa'
brew 'circleci'
brew 'cloc'
brew 'cmake'
brew 'code-minimap'
brew 'coreutils'
brew 'croc'
brew 'fd'
brew 'ffmpeg'
brew 'fswatch'
brew 'fx' # Terminal JSON viewer
brew 'git'
brew 'git-gui'
brew 'git-lfs'
brew 'gnupg'
brew 'goreleaser'
brew 'gource'
brew 'gradle'
brew 'grpcurl'
brew 'hr'
brew 'hyperfine'
brew 'imagemagick@6', link: true
brew 'jq'
brew 'lazydocker'
brew 'lftp'
brew 'libxml2'
brew 'loc'
brew 'lua'
brew 'luarocks'
brew 'm-cli'
brew 'mas'
brew 'memcached'
brew '[email protected]'
brew 'neofetch'
brew 'neovim'
brew 'nerd-ls'
brew 'npm'
brew '[email protected]'
brew 'postgresql@16'
brew 'progress'
brew 'puma-dev'
brew 'qmk' # keyboard firmware
brew 'rdfind' # eliminate duplicates
brew 'reattach-to-user-namespace'
brew 'redis'
brew 'rg'
brew 'shared-mime-info'
brew 'shellcheck'
brew 'solidity'
brew 'telnet'
brew 'terminal-notifier'
brew 'tig'
brew 'tldr'
brew 'tmux'
brew 'tree'
brew 'wakeonlan'
brew 'watchman'
brew 'yarn'
brew 'zlib'
brew 'zoxide'
brew 'zsh'