dotium

Crates.io Build

Dot-file management for multiple machines or small teams.

Prerequisites

Installation

With rust available: sh cargo install dotium

Alternatively there is a statically compiled binary on the Releases page. Ensure that the provided checksum checks out before using it: sh gunzip dotium.gz sha256sum -c dotium.sha256sum chmod 755 dotium

Initialization

To create a basic configuration in ~/.config/dotium with an age-compatible private key to protect sensitive information. dotium init

Shell completions

Fish: sh dotium completions fish >.config/fish/completions/dotium.fish

Basic concepts

Usage

Initialize a brand new repository

sh cd <repository folder> dotium init

or

sh dotium --repository <repository folder> init-repo

... tbd ...