tohru
tohru  /  docs

Getting Started

Getting started with Tohru

Install the binary:

go install github.com/olimci/tohru@latest

Create a profile:

tohru profile new dotfiles

Add files from your machine into the profile:

tohru profile add dotfiles ~/.zshrc
tohru profile add dotfiles ~/.config/kitty

Preview the load plan:

tohru plan dotfiles

Load the profile when the plan looks right:

tohru load dotfiles

Tohru records the profile it loaded, tracks managed objects, and restores backed-up conflicts when the profile is unloaded.

Continue with Manifests to see how profiles are represented on disk.