-
Notifications
You must be signed in to change notification settings - Fork 11
/
Brewfile
54 lines (47 loc) · 798 Bytes
/
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
tap "xe/pkgs"
# programming languages
brew "[email protected]"
brew "node@20"
brew "deno"
brew "[email protected]"
brew "rustup-init"
# build tools / libraries
brew "cmake"
brew "libtool"
brew "pkg-config"
brew "libavif"
brew "libheif"
brew "x265"
brew "x264"
brew "libde265"
brew "libjpeg"
brew "aom"
brew "sqlite"
# dhall
brew "dhall"
brew "dhall-lsp-server"
brew "dhall-json"
# devops
brew "hey"
brew "opentofu"
brew "flyctl"
brew "earthly"
brew "pandoc"
brew "jq"
brew "jo"
# frontend tools
brew "esbuild"
brew "tailwindcss"
brew "xe/pkgs/templ"
# kubernetes
brew "kubectl"
brew "k9s"
# protocol buffers
brew "buf"
brew "grpcurl"
brew "protobuf"
brew "protoc-gen-go"
brew "protoc-gen-go-grpc"
brew "xe/pkgs/protoc-gen-twirp"
brew "xe/pkgs/protoc-gen-connect-go"
brew "xe/pkgs/protoc-gen-connect-openapi"