just tasks wraps the most common yadm workflows so you can bootstrap, sync, and apply your dotfiles without remembering the underlying commands.
These tasks use
yadm under the hood. Before running them, make sure you have a dotfiles repository configured and accessible from your system.Available tasks
| Task | Description |
|---|---|
just dotfiles-bootstrap | Initializes your dotfiles setup on a fresh system |
just dotfiles-sync | Syncs dotfiles from your remote repository |
just dotfiles-apply | Applies dotfiles to the current system |
just dotfiles-inspect | Shows the current dotfiles state and configuration |
just dotfiles-clean | Removes dotfiles artifacts and state |
Typical workflow
Follow these steps after a fresh Agate install to get your dotfiles in place.Bootstrap your dotfiles setup
Run
dotfiles-bootstrap to initialize yadm and prepare the system for your dotfiles.