feat: first initial commit
This commit is contained in:
commit
52739207a6
4 changed files with 563 additions and 0 deletions
23
config.toml
Normal file
23
config.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
headless = false # Kann vom Benutzer geändert werden
|
||||
|
||||
[packages]
|
||||
headless = [
|
||||
"git",
|
||||
"curl",
|
||||
"wget"
|
||||
]
|
||||
|
||||
non_headless = [
|
||||
]
|
||||
|
||||
[special_packages]
|
||||
go = [
|
||||
]
|
||||
|
||||
cargo = [
|
||||
"ripgrep",
|
||||
"bat"
|
||||
]
|
||||
|
||||
pipx = [
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue