feat: first initial commit

This commit is contained in:
Patryk Hegenberg 2024-12-26 08:33:16 +01:00
commit 52739207a6
4 changed files with 563 additions and 0 deletions

23
config.toml Normal file
View 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 = [
]