dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 4eda4e05d465bc15e1cc90dfc1c14644d38490e2
parent df6688fd0471f3a34d47c8891ac2177f6f1559e9
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 13 Dec 2024 13:56:19 -0800

brew: Add Brewfile

Diffstat:
ABrewfile | 50++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+), 0 deletions(-)

diff --git a/Brewfile b/Brewfile @@ -0,0 +1,50 @@ +# To install, run: brew bundle install --file=Brewfile + +tap "homebrew/bundle" + +# Editor support. +brew "neovim" +brew "lua-language-server" +brew "luajit" +brew "luarocks" + +# Command-line tools. +brew "fzf" +brew "fd" +brew "gnupg" +brew "pinentry-mac" +brew "ripgrep" +brew "tmux" +brew "xz" + +# Gopher, Gemini, Web browsers. +tap "xvxx/code" +brew "amfora" +brew "lynx" + +# Developer tools. +brew "gh" +brew "jj" +brew "jq" +brew "tig" + +# Build systems. +brew "bazelisk" +brew "ninja" + +# Programming languages, build systems. +brew "go" +brew "llvm" +brew "pipx" +brew "python@3.11" + +# Libraries. +brew "libgit2" + +# Accounting. +brew "beancount" +brew "beancount-language-server" +brew "fava" + +# Blogging. +brew "hugo"