Development Environment in a Box
Find a file
Brent Schroeter 3fb73fe31e set up podman
2026-05-08 09:02:55 -07:00
assets set up podman 2026-05-08 09:02:55 -07:00
build-image.fish initial commit 2026-03-17 12:15:07 -07:00
Containerfile set up podman 2026-05-08 09:02:55 -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