dotfiles/.local/share/devbox/global/default/devbox.json

18 lines
276 B
JSON
Raw Normal View History

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