Development Environment in a Box
| assets | ||
| build-image.fish | ||
| Containerfile | ||
| devbox.fish | ||
| Makefile | ||
| README.md | ||
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