dotfiles/crates/common/crate.toml
2025-03-04 22:34:13 +01:00

28 lines
696 B
TOML

[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"