dotfiles, clearly presented

A place for the tools that make your computer yours.

dot-miru reads a public TOML file and turns it into a simple, shareable profile.

GitHub and Gist raw HTTPS URLs only.

getting started

Make, share, and register.

1. Write a TOML

Use the Editor to create or load a dot-miru.toml file.

2. Share its raw URL

Put the file in GitHub or a Gist, then open its HTTPS raw URL here.

3. Join the directory

Open a pull request that adds your raw URL to the profile registry.

Register with a PR ↗

TOML format

A profile needs only a name. Add whichever fields describe your setup.

Open Editor →
name = "Your name"
repository = "https://github.com/you/dotfiles"

[info]
os = "NixOS"
shell = "fish"
fonts = ["Iosevka"]

[dotfiles.nvim]
name = "Neovim"
desc = "My Neovim configuration."

directory

Published profiles

1 profiles