fix: crates

This commit is contained in:
Strix 2025-03-04 22:34:13 +01:00
parent ea70650c45
commit eb3e637462
15 changed files with 487 additions and 14 deletions

View file

@ -1,11 +1,7 @@
# Crate Manifest for Dotfile Processor
[crate]
name = "dotfile-processor"
name = "common"
description = "A versatile crate for managing dotfiles and system configurations."
author = "Strix"
# List of packages to be installed
[[packages]]
name = "git"
description = "Version control system"
@ -24,5 +20,9 @@ user = "root"
command = "sh ./scripts/pam_wheel.sh"
description = "Pam wheel setup"
[[actions.command]]
command = "git config --global user.name Strix && git config --global user.email strix@saluco.nl"
description = "git setup"
[metadata]
repository = "https://git.saluco.nl/strix/dotfiles"