31 lines
276 B
TOML
31 lines
276 B
TOML
headless = false
|
|
|
|
[packages]
|
|
headless = [
|
|
"git",
|
|
"curl",
|
|
"wget"
|
|
]
|
|
|
|
non_headless = [
|
|
]
|
|
|
|
[special_packages]
|
|
go = [
|
|
"lazygit"
|
|
"meteor"
|
|
"gopls"
|
|
"delve"
|
|
"golangci-lint"
|
|
]
|
|
|
|
cargo = [
|
|
"ripgrep",
|
|
"bat"
|
|
]
|
|
|
|
pipx = [
|
|
"harlequin"
|
|
"posting"
|
|
"euporie"
|
|
]
|