System Grab Bag

View all TLDR pages from common (or from all pages)

tuckr

Dotfile manager written in Rust. 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.