commit ed8e3331006636de0d061d54fa190d37bbf9a49a
parent 045208a1e81fb27cb3199d5497b70fc03114b200
Author: Chris Bracken <chris@bracken.jp>
Date: Sun, 5 Jul 2026 09:29:13 +0900
brew: update Brewfile
Diffstat:
| M | Brewfile | | | 30 | +++++++++++++++--------------- |
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/Brewfile b/Brewfile
@@ -1,16 +1,17 @@
# To install, run: brew bundle install --file=Brewfile
-tap "homebrew/bundle"
-
# Editor support.
brew "neovim"
+brew "beancount-language-server"
brew "lua-language-server"
-brew "luajit"
brew "luarocks"
+brew "markdown-oxide"
+brew "tree-sitter-cli"
# Command-line tools.
-brew "fzf"
+brew "bat"
brew "fd"
+brew "fzf"
brew "gnupg"
brew "pinentry-mac"
brew "ripgrep"
@@ -18,33 +19,32 @@ brew "tmux"
brew "xz"
# Gopher, Gemini, Web browsers.
-tap "xvxx/code"
brew "amfora"
brew "lynx"
+cargo "phetch"
# Developer tools.
+brew "clang-format"
+brew "bison"
brew "gh"
brew "jj"
brew "jq"
+brew "swift-format"
brew "tig"
+brew "uv"
# Build systems.
brew "bazelisk"
+brew "meson"
brew "ninja"
-# Programming languages, build systems.
+# Programming languages.
brew "go"
-brew "llvm"
-brew "pipx"
-brew "python@3.11"
# Libraries.
brew "libgit2"
-# Accounting.
-brew "beancount"
-brew "beancount-language-server"
+# Applications.
brew "fava"
-
-# Blogging.
-brew "hugo"
+#brew "tart"
+brew "typst"