2022-10-28 07:55:55 +01:00
|
|
|
# tuckr
|
|
|
|
|
|
|
|
> Dotfile manager written in Rust.
|
2024-04-04 05:34:14 +01:00
|
|
|
> See also: `chezmoi`, `vcsh`, `homeshick`, `stow`.
|
2022-10-28 07:55:55 +01:00
|
|
|
> More information: <https://github.com/RaphGL/Tuckr>.
|
|
|
|
|
|
|
|
- Check dotfile status:
|
|
|
|
|
|
|
|
`tuckr status`
|
|
|
|
|
|
|
|
- Add all dotfiles to system:
|
|
|
|
|
|
|
|
`tuckr add \*`
|
|
|
|
|
|
|
|
- Add all dotfiles except specified programs:
|
|
|
|
|
|
|
|
`tuckr add \* -e {{program1}},{{program2}}`
|
|
|
|
|
|
|
|
- Remove all dotfiles from the system:
|
|
|
|
|
|
|
|
`tuckr rm \*`
|
|
|
|
|
|
|
|
- Add a program dotfile and run its setup script:
|
|
|
|
|
|
|
|
`tuckr set {{program}}`
|