feat: add base image configuration

This commit is contained in:
Alexander Navarro 2024-11-04 15:29:51 -03:00
parent edcf1d46af
commit b89d7fd354
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
2 changed files with 55 additions and 0 deletions

13
distrobox.ini Normal file
View file

@ -0,0 +1,13 @@
[devbox]
image=devbox:latest
replace=true
pull=false
init=true
unshare_all=true
root=false
start_now=true
additional_packages="git neovim"
home="${HOME}/chroots/devbox"