feat: add base image configuration
This commit is contained in:
parent
edcf1d46af
commit
b89d7fd354
2 changed files with 55 additions and 0 deletions
13
distrobox.ini
Normal file
13
distrobox.ini
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue