LinuxCommandLibrary

tuckr

TLDR

Deploy dotfiles

$ tuckr deploy
copy
Deploy specific group
$ tuckr deploy [group]
copy
Add file to group
$ tuckr add [group] [file]
copy
Remove symlinks
$ tuckr remove
copy
Check status
$ tuckr status
copy

SYNOPSIS

tuckr command [group] [file]

DESCRIPTION

tuckr manages dotfiles. It uses symlinks.
Group-based organization. Logical grouping.
Selective deployment. Choose what to link.
Status tracking. See what's linked.
Simple design. Easy to use.

PARAMETERS

deploy

Create symlinks.
remove
Remove symlinks.
add
Add file to group.
status
Show status.
init
Initialize repo.

CAVEATS

Rust implementation. Specific directory structure. Symlink-based.

HISTORY

Tuckr was created as a simple dotfile manager using symlinks with group-based organization.

SEE ALSO

stow(1), chezmoi(1), yadm(1)

Copied to clipboard