401 B
401 B
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