dotfiles

ci codecov

Cross-platform dotfiles managed with chezmoi.

Install

chezmoi init LEI

Usage

[!TIP] Use the --interactive flag to prompt for all changes and --verbose to show more output.

Show diff:

chezmoi diff

Update, init and apply:

chezmoi update --init --apply

Verify installation:

mise run check

Development

Install pre-commit hook:

prek install

Run tests:

mise run test

Ideas