diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-21 13:04:13 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-06-21 13:04:21 -0400 |
| commit | 7b51d7855769a7e24763cd46bf2d68e008f680d2 (patch) | |
| tree | 0d6a6ac60e7bc228f987e42a5dbb3f30320b4169 /Brewfile | |
| parent | 3693dc9d43d3216850b10dd91cc7bdef814c3dfc (diff) | |
| download | xesite-7b51d7855769a7e24763cd46bf2d68e008f680d2.tar.xz xesite-7b51d7855769a7e24763cd46bf2d68e008f680d2.zip | |
adopt homebrew
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'Brewfile')
| -rw-r--r-- | Brewfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Brewfile b/Brewfile new file mode 100644 index 0000000..790ae9c --- /dev/null +++ b/Brewfile @@ -0,0 +1,20 @@ +brew "go@1.22" + +brew "dhall" +brew "dhall-lsp-server" +brew "dhall-json" + +brew "typst" +brew "typstfmt" + +brew "deno" + +brew "protobuf" +brew "protoc-gen-go" +brew "xe/pkgs/protoc-gen-twirp" + +brew "jq" +brew "jo" + +brew "earthly" +brew "pandoc"
\ No newline at end of file |
