mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-14 18:29:37 +00:00
18 lines
276 B
JSON
18 lines
276 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|