dotfiles/.local/share/devbox/global/default/devbox.json
Andrei Jiroh Halili 9ad71abd87
Maintenance work on configs
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
2023-10-21 07:05:03 +08:00

18 lines
297 B
JSON

{
"packages": [
"gita@latest",
"shfmt@latest",
"hadolint@latest",
"python@3.12.0"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}