Initial commit
This commit is contained in:
commit
073070029f
13
.devcontainer/devcontainer.json
Normal file
13
.devcontainer/devcontainer.json
Normal 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"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user