32 lines
397 B
TOML
32 lines
397 B
TOML
headless = false
|
|
|
|
[packages]
|
|
headless = [
|
|
"git",
|
|
"curl",
|
|
"wget",
|
|
"zathura",
|
|
]
|
|
|
|
non_headless = [
|
|
]
|
|
|
|
[special_packages]
|
|
go = [
|
|
"github.com/jesseduffield/lazygit",
|
|
"github.com/stefanlogue/meteor",
|
|
"golang.org/x/tools/gopls",
|
|
"github.com/go-delve/delve/cmd/dlv",
|
|
# "golangci-lint",
|
|
]
|
|
|
|
cargo = [
|
|
"ripgrep",
|
|
"bat"
|
|
]
|
|
|
|
pipx = [
|
|
"harlequin",
|
|
"posting",
|
|
"euporie",
|
|
]
|