Development Environment in a Box
Find a file
2026-03-29 22:23:44 -07:00
assets tune editor config 2026-03-29 22:15:30 -07:00
build-image.fish initial commit 2026-03-17 12:15:07 -07:00
Containerfile pre-install golang 2026-03-29 22:23:44 -07:00
devbox.fish initial commit 2026-03-17 12:15:07 -07:00
local-install.fish add convenience script for local setup 2026-03-29 22:16:00 -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