-
Notifications
You must be signed in to change notification settings - Fork 7
/
Brewfile
152 lines (144 loc) · 2.63 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
tap 'nicoverbruggen/homebrew-cask'
tap '1password/tap'
tap 'jesseduffield/lazygit'
tap 'norwoodj/tap'
tap 'ngrok/ngrok'
tap 'siderolabs/tap'
tap 'fairwindsops/tap'
tap 'fluxcd/tap'
# Binaries
brew 'chezmoi'
brew 'mas'
brew 'bash' # Latest Bash version
brew 'zsh'
brew 'zoxide'
brew 'spaceship'
brew 'grep'
brew 'coreutils' # Those that come with macOS are outdated
brew 'pkg-config'
brew 'ack'
brew 'wget'
brew 'httpie'
brew 'ncdu'
brew 'hub'
brew 'tldr'
brew 'bind' # used to have dig as binary
brew 'nmap'
brew 'fzf'
brew 'fd'
brew 'bat'
brew 'fx'
brew 'eza'
brew 'fswatch'
brew 'ghostscript'
brew 'zsh-autosuggestions'
brew 'prettyping'
brew 'ettercap'
brew 'ffmpeg'
brew 'gpg'
brew 'ocrmypdf'
brew 'tesseract-lang'
brew 'svn' # Needed to install fonts
brew 'mas' # Mac App Store manager
brew 'libpq' # PostgresQL client
brew 'jq' # JSON parser
brew 'git'
brew 'git-delta' # Git diff viewer
brew 'lazygit'
brew 'pre-commit' # Git hooks
brew 'gh' # GitHub CLI
brew 'sops'
brew 'age'
brew 'ngrok'
brew 'mat2'
brew 'pnpm'
brew 'make'
brew 'aerc'
brew 'w3m'
brew 'dante'
brew 'thefuck'
brew 'gource'
brew 'awscli'
brew 'tree'
brew 'mysql-client'
brew 'ansible'
brew 'yq'
brew 'watch'
brew 'packer'
# Kubernetes
brew 'kubernetes-cli' # kubectl and dependencie for other plugins
brew 'talosctl'
brew 'helm'
brew 'helm-docs'
brew 'velero'
brew 'argocd'
brew 'cilium-cli'
brew 'istioctl'
brew 'kubectx'
brew 'kubent' # check your clusters for use of deprecated APIs
brew 'kustomize'
brew 'restic'
brew 'fairwindsops/tap/nova'
brew 'fluxcd/tap/flux'
brew 'dive'
# Spatie Medialibrary
brew 'jpegoptim'
brew 'optipng'
brew 'pngquant'
brew 'svgo'
brew 'gifsicle'
# PHP Dependencies
# brew 'php'
# brew '[email protected]'
# brew '[email protected]'
# brew '[email protected]'
# brew '[email protected]'
# brew 'composer'
# brew 'libyaml'
# brew 'imagemagick'
# Valet
# brew 'dnsmasq'
# brew 'mysql', restart_service: true
# brew 'nginx'
# brew 'redis', restart_service: true
# Fonts
cask 'font-fira-code'
cask 'font-fira-code-nerd-font'
cask 'font-open-sans'
cask 'font-roboto'
# Apps
cask 'raycast'
cask 'appcleaner'
cask 'setapp'
cask 'discord'
cask 'docker'
cask 'postman'
cask 'rectangle'
cask 'slack'
cask 'notion'
cask 'sonos'
cask 'zoom'
cask 'spotify'
cask 'thunderbird'
cask 'raindropio'
cask 'visual-studio-code'
cask 'tinkerwell'
cask '1password-cli'
cask 'mackup'
cask 'sensiblesidebuttons'
# cask 'ray'
# cask 'helo'
# Quicklook
cask 'syntax-highlight'
cask 'qlstephen'
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'qlprettypatch'
cask 'quicklook-csv'
cask 'suspicious-package'
cask 'webpquicklook'
cask 'qlimagesize'