fix(config,cli): add unavailable list
This commit is contained in:
parent
adce222433
commit
56f6ef28d5
2 changed files with 52 additions and 10 deletions
20
config.toml
20
config.toml
|
|
@ -13,9 +13,22 @@ headless = [
|
|||
"docker",
|
||||
"docker-compose",
|
||||
"fd",
|
||||
"bat",
|
||||
"lazygit",
|
||||
"lsd",
|
||||
"zsh",
|
||||
"oh-my-posh",
|
||||
"jq",
|
||||
"neofetch",
|
||||
"neovim",
|
||||
"helix",
|
||||
"npm",
|
||||
"stow",
|
||||
"task",
|
||||
"timew",
|
||||
"typst",
|
||||
"typst-lsp",
|
||||
"tree-sitter-cli",
|
||||
"tmux",
|
||||
"zoxide",
|
||||
]
|
||||
|
||||
non_headless = [
|
||||
|
|
@ -52,10 +65,11 @@ non_headless = [
|
|||
|
||||
[special_packages]
|
||||
go = [
|
||||
# "github.com/jesseduffield/lazygit",
|
||||
"github.com/jesseduffield/lazygit",
|
||||
"github.com/stefanlogue/meteor",
|
||||
"golang.org/x/tools/gopls",
|
||||
"github.com/go-delve/delve/cmd/dlv",
|
||||
"github.com/air-verse/air"
|
||||
]
|
||||
|
||||
cargo = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue