dotfiles/crates/common/crate.toml

29 lines
696 B
TOML
Raw Normal View History

2025-03-04 22:08:08 +01:00
[crate]
2025-03-04 22:34:13 +01:00
name = "common"
2025-03-04 22:08:08 +01:00
description = "A versatile crate for managing dotfiles and system configurations."
2025-02-26 03:05:18 +01:00
2025-03-04 22:08:08 +01:00
[[packages]]
name = "git"
description = "Version control system"
2025-02-26 03:05:18 +01:00
2025-03-04 22:08:08 +01:00
[[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"
2025-03-04 22:34:13 +01:00
[[actions.command]]
command = "git config --global user.name Strix && git config --global user.email strix@saluco.nl"
description = "git setup"
2025-03-04 22:08:08 +01:00
[metadata]
repository = "https://git.saluco.nl/strix/dotfiles"