[crate] name = "common" description = "A versatile crate for managing dotfiles and system configurations." [[packages]] name = "git" description = "Version control system" [[packages]] name = "nvim" description = "Text editor for creating and editing files" distro_name_mapping = { pacman = "neovim" } [[packages]] name = "zsh" description = "Shell designed for interactive use" [[actions.command]] 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"