-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
168 lines (144 loc) · 3 KB
/
Brewfile
File metadata and controls
168 lines (144 loc) · 3 KB
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# TAPS
# Formulae for 1Password CLI
tap '1password/tap'
# Formulae for dbt Cloud CLI
tap 'dbt-labs/dbt-cli'
# Formulae for mole
tap 'tw93/tap'
# Formulae for sshpass
tap 'esolitos/ipa'
# Formulae for terraform
tap 'hashicorp/tap'
# Formulae for webfont-related tools
tap 'bramstein/webfonttools'
# BINARIES
# GNU utilities, to replace default BSD ones
brew 'coreutils'
brew 'findutils'
brew 'grep'
brew 'make'
brew 'gnu-sed'
brew 'stow'
# Get latest version of the OpenSSH utilities
# Disabled to not mess with Keychain integration
# brew 'openssh'
# brew 'ssh-copy-id'
brew 'esolitos/ipa/sshpass'
# The `wget` command
brew 'wget'
# Other miscellaneous binaries
brew 'ack'
brew 'atuin' # Rust
brew 'bat' # Rust
brew 'bottom' # Rust
brew 'fastfetch'
brew 'graphviz'
brew 'imagemagick'
brew 'jq'
brew 'less'
brew 'mackup' # Python
brew 'mas' # Swift
brew 'mkcert' # Golang
brew 'onefetch' # Rust
brew 'p7zip'
brew 'pigz'
brew 'pkg-config'
brew 'protobuf' # Python
brew 'readline'
brew 'sqlmap'
brew 'tealdeer' # Rust
brew 'tree'
brew 'tw93/tap/mole'
brew 'xz'
brew 'yq' # Golang
brew 'zlib'
brew 'zopfli'
# General development tools
brew 'cloudflared' # Golang
brew 'cmake'
brew 'eza' # Rust
brew 'flyway' # Java
brew 'gh' # Golang
brew 'git'
brew 'git-absorb' # Rust
brew 'git-delta' # Rust
brew 'hashicorp/tap/terraform'
brew 'hyperfine' # Rust
brew 'mise' # Rust
brew 'nginx'
brew 'shellcheck'
brew 'watchman' # Python
brew 'xh' # Rust
# Database related tools
brew 'dbt-labs/dbt-cli/dbt'
brew 'postgresql@17'
brew 'sqlite'
# Docker related tools
brew 'hadolint' # Haskell
# Golang related tools
brew 'golangci-lint' # Golang
# Python related tools
brew 'uv' # Rust
# Rust related tools
brew 'rustup-init' # Rust
# Swift related tools
brew 'cocoapods'
brew 'swiftformat'
# Tools to optimise images
brew 'jpegoptim'
brew 'pngquant' # Rust
brew 'optipng'
# Tools to generate webfonts
brew 'bramstein/webfonttools/sfnt2woff'
brew 'bramstein/webfonttools/sfnt2woff-zopfli'
brew 'bramstein/webfonttools/woff2'
# CASKS
# Binaries and Drivers
cask 'gcloud-cli'
cask 'mitmproxy' # Python
cask 'zulu@17'
# Browsers
cask 'firefox'
cask 'google-chrome'
cask 'microsoft-edge'
# Utilities
cask '1password'
cask '1password/tap/1password-cli'
cask 'ghostty'
cask 'karabiner-elements'
cask 'linear-linear'
cask 'logi-options+'
cask 'microsoft-auto-update'
cask 'microsoft-excel'
cask 'mimestream'
cask 'mullvad-vpn'
cask 'notion'
cask 'raycast'
cask 'setapp'
cask 'splashtop-business'
cask 'the-unarchiver'
cask 'yubico-authenticator'
# IM
cask 'signal'
cask 'slack'
cask 'telegram-desktop'
# Creative and Design
cask 'figma'
cask 'font-meslo-lg-nerd-font'
cask 'sf-symbols'
# Development
cask 'gitbutler'
cask 'gpg-suite'
cask 'imageoptim'
cask 'jetbrains-toolbox'
cask 'localcan'
cask 'orbstack'
cask 'swiftformat-for-xcode'
cask 'visual-studio-code'
cask 'yaak'
cask 'zed'
# MAC APPSTORE APPS
mas 'Flighty', id: 1358823008
mas 'Speedtest by Ookla', id: 1153157709
mas 'WireGuard', id: 1451685025
mas 'Xcode', id: 497799835