Initial commit

This commit is contained in:
Ben Kreeger 2025-09-11 21:55:20 -05:00
commit 073070029f
Signed by: kreeger
GPG Key ID: D5CF8683D4BE4B50

View File

@ -0,0 +1,13 @@
{
"name": "Debian",
"image": "debian:bookworm",
"features": {
"ghcr.io/devcontainers/features/common-utils:latest": {
"installOhMyZsh": false,
"configureZshAsDefaultShell": true,
"username": "user"
},
"ghcr.io/devcontainer-community/devcontainer-features/starship.rs:latest": {}
},
"remoteUser": "user"
}