dotfiles/.local/share/devbox/global/default/devbox.json
Andrei Jiroh Halili f440cb0801
chore(global): general devbox + git config chaos
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
2023-08-23 01:01:58 +08:00

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"
]
}
}
}