commands.sh

yadm init

all

Initialize a new, empty repository for tracking dotfiles. The repository is stored in `$HOME/.local/share/yadm/repo.git`.

More info →

Examples (3)

Execute

Override the worktree

yadm init -w path/to/worktree_folder

Overwrite an existing repository

yadm init -f path/to/local_repository
made by @shridhargupta | data from tldr-pages