Milestone 2

This commit is contained in:
Joey Yakimowich-Payne 2026-01-29 17:24:51 -07:00
commit 866f0419ad
19 changed files with 2006 additions and 23 deletions

10
.envrc.example Normal file
View file

@ -0,0 +1,10 @@
# Example .envrc for use with direnv
# Install direnv: https://direnv.net/
# Then run: direnv allow
# Tell clangd to query GCC for system includes
export CLANGD_FLAGS="--query-driver=/home/linuxbrew/.linuxbrew/bin/g++"
# Ensure Homebrew tools are in PATH
export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"
export PKG_CONFIG_PATH="/home/linuxbrew/.linuxbrew/lib/pkgconfig:$PKG_CONFIG_PATH"