docs(config): add packages to config.toml
This commit is contained in:
parent
52739207a6
commit
e9914436c4
1 changed files with 9 additions and 1 deletions
10
config.toml
10
config.toml
|
|
@ -1,4 +1,4 @@
|
||||||
headless = false # Kann vom Benutzer geändert werden
|
headless = false
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
headless = [
|
headless = [
|
||||||
|
|
@ -12,6 +12,11 @@ non_headless = [
|
||||||
|
|
||||||
[special_packages]
|
[special_packages]
|
||||||
go = [
|
go = [
|
||||||
|
"lazygit"
|
||||||
|
"meteor"
|
||||||
|
"gopls"
|
||||||
|
"delve"
|
||||||
|
"golangci-lint"
|
||||||
]
|
]
|
||||||
|
|
||||||
cargo = [
|
cargo = [
|
||||||
|
|
@ -20,4 +25,7 @@ cargo = [
|
||||||
]
|
]
|
||||||
|
|
||||||
pipx = [
|
pipx = [
|
||||||
|
"harlequin"
|
||||||
|
"posting"
|
||||||
|
"euporie"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue