Development Environment in a Box
Find a file
Brent Schroeter ef65b393cd Revert "replace claude code with opencode"
This reverts commit fd1e9310e8.
2026-05-07 13:09:42 -07:00
assets Revert "replace claude code with opencode" 2026-05-07 13:09:42 -07:00
build-image.fish initial commit 2026-03-17 12:15:07 -07:00
Containerfile Revert "replace claude code with opencode" 2026-05-07 13:09:42 -07:00
devbox.fish initial commit 2026-03-17 12:15:07 -07:00
local-install.fish add ghostty config for local installs 2026-04-01 10:21:34 -07:00
Makefile initial commit 2026-03-17 12:15:07 -07:00
README.md initial commit 2026-03-17 12:15:07 -07:00

Development Environment in a Box

My dotfiles, with a devcontainer image to boot. Depends on fish-shell and container.

Usage

# Setup
make fish-install
EMAIL=git@example.com make questing

# Execution
cd ~/path/to/project
devbox --cpus=4 --mem=8G my-project

# Cleanup
container stop my-project
container rm my-project