← 返回命令列表

Linux command

yadm-clone 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Clone dotfiles repo

yadm clone [url]

Clone with bootstrap

yadm clone --bootstrap [url]

Clone without checkout

yadm clone --no-checkout [url]

说明

yadm clone clones a dotfiles repository to manage with yadm. Downloads repo and checks out files to home directory. First step in setting up dotfiles on a new system.

参数

--bootstrap
Run bootstrap after clone.
--no-checkout
Clone without checkout.
-f, --force
Force overwrite existing files.
-w _dir_
Set worktree directory.

FAQ

What is the yadm-clone command used for?

yadm clone clones a dotfiles repository to manage with yadm. Downloads repo and checks out files to home directory. First step in setting up dotfiles on a new system.

How do I run a basic yadm-clone example?

Run `yadm clone [url]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --bootstrap do in yadm-clone?

Run bootstrap after clone.