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
|
brew "mas"
# Some other useful utilities like `sponge` and `yadm`
brew "moreutils"
brew "yadm"
# GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed.
brew "findutils"
# GNU `sed`, overwriting the built-in `sed`.
brew "gnu-sed"
# Modern version of Bash.
brew "bash"
brew "bash-completion"
brew "bash-completion@2", link: false # Not sure if this is needed
# `wget` with IRI support.
brew "wget"
# GnuPG to enable PGP-signing commits.
brew "gnupg"
# Libraries
brew "lz4"
brew "zlib"
brew "zstd"
brew "libffi"
# more recent versions of some macOS tools.
brew "vim"
brew "grep"
brew "openssh"
brew "screen"
brew "gmp"
# Font tools
tap "bramstein/webfonttools"
tap "homebrew/cask-drivers"
brew "sfnt2woff"
brew "sfnt2woff-zopfli"
brew "woff2"
# Programming languages
brew "golang"
brew "python@3.10"
brew "rust"
# Other useful binaries
brew "ack"
brew "git"
brew "git-lfs"
brew "gs"
brew "lua"
brew "p7zip"
brew "pigz"
brew "pv"
brew "rename"
brew "rlwrap"
brew "ssh-copy-id"
brew "tree"
brew "vbindiff"
brew "zopfli"
brew "ghq"
brew "kubectl"
brew "emacs"
brew "nmap"
brew "fork-cleaner"
brew "whalebrew"
brew "helm"
brew "gh"
brew "microplane"
brew "jq"
brew "rclone"
brew "asciinema"
brew "goreleaser"
brew "caddy"
brew "git-secret"
brew "pnpm"
brew "tmate"
brew "doctl"
brew "cilium-cli"
brew "act"
# Active taps: Pulumi ❤️
tap "pulumi/tap"
brew "pulumi"
brew "crd2pulumi"
brew "kube2pulumi"
brew "pulumictl"
brew "tf2pulumi"
## Taskfile.dev
tap "go-task/tap"
brew "go-task"
## Buf
tap "bufbuild/buf"
brew "buf"
brew "clang-format"
## Minio
tap "minio/stable"
brew "mc"
# Container-related tools
brew "podman"
brew "podman-compose"
cask "podman-desktop"
# Tools to keep us up to date
tap "frdmn/formulas"
brew "homebrew-update-notifier" # Remember to run: brew services start homebrew-update-notifier
# Taskfile
tap "go-task/tap"
brew "go-task"
# Actively used applications
cask "google-drive"
cask "google-chrome"
cask "google-drive-file-stream"
cask "visual-studio-code"
cask "google-cloud-sdk"
cask "spotify"
cask "memory"
cask "slack"
cask "postman"
cask "sonos"
cask "drawio"
cask "figma"
cask "discord"
cask "warp"
cask "steam"
cask "grammarly"
cask "microsoft-remote-desktop"
cask "minecraft"
cask "postico"
cask "cyberduck"
cask "pandoc"
cask "todoist"
# Deprecated applications
# --> Currently none 😎
# My tools
tap "cobraz/tools"
brew "trippl-timely"
brew "xlsx-mxlookup"
# App Store applications
mas "Bitwarden", id: 1352778147
mas "GarageBand", id: 682658836
mas "Gifski", id: 1351639930
mas "LanScan", id: 472226235
mas "Microsoft Remote Desktop", id: 1295203466
mas "Outline", id: 1356178125
mas "Remote Desktop", id: 409907375
mas "SonicWall Mobile Connect", id: 822514576
|