Crates.io | dotium |
lib.rs | dotium |
version | 0.1.12 |
source | src |
created_at | 2022-05-07 08:58:46.724956 |
updated_at | 2024-05-25 07:13:49.004129 |
description | Dot-file management for multiple machines or small teams |
homepage | |
repository | https://github.com/untoldwind/dotium |
max_upload_size | |
id | 582027 |
size | 136,766 |
Dot-file management for multiple machines or small teams.
With rust
available:
cargo install dotium
Alternatively there is a statically compiled binary on the Releases page. Ensure that the provided checksum checks out before using it:
gunzip dotium.gz
sha256sum -c dotium.sha256sum
chmod 755 dotium
To create a basic configuration in ~/.config/dotium
with an age-compatible private key to protect sensitive information.
dotium init
Fish:
dotium completions fish >.config/fish/completions/dotium.fish
cd <repository folder>
dotium init
or
dotium --repository <repository folder> init-repo
... tbd ...