
tuckr
List of commands for tuckr:
-
tuckr:tldr:24bff tuckr: Check dotfile status.$ tuckr statustry on your machineexplain this command
-
tuckr:tldr:3c321 tuckr: Add a program dotfile and run its setup script.$ tuckr set ${program}try on your machineexplain this command
-
tuckr:tldr:566c0 tuckr: Add all dotfiles to system.$ tuckr add \*try on your machineexplain this command
-
tuckr:tldr:dd7f8 tuckr: Add all dotfiles except specified programs.$ tuckr add \* -e ${program1},${program2}try on your machineexplain this command
-
tuckr:tldr:e1ba5 tuckr: Remove all dotfiles from the system.$ tuckr rm \*try on your machineexplain this command