mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-13 01:52:25 +00:00
f440cb0801
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
17 lines
276 B
JSON
17 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"
|
|
]
|
|
}
|
|
}
|
|
}
|