
chezmoi
List of commands for chezmoi:
-
chezmoi:tldr:37d62 chezmoi: Fetch the latest changes from a remote repository.$ chezmoi updatetry on your machineexplain this command
-
chezmoi:tldr:6af94 chezmoi: Initialize chezmoi on your machine.$ chezmoi inittry on your machineexplain this command
-
chezmoi:tldr:8714f chezmoi: Apply the changes.$ chezmoi -v applytry on your machineexplain this command
-
chezmoi:tldr:aca19 chezmoi: See changes chezmoi would make.$ chezmoi difftry on your machineexplain this command
-
chezmoi:tldr:cef84 chezmoi: Tell chezmoi to manage a dotfile.$ chezmoi add ${filename}try on your machineexplain this command
-
chezmoi:tldr:de443 chezmoi: Set chezmoi up on another machine by downloading existing dotfiles from a Git repository.$ chezmoi init ${https:--example-com-path-to-repository-git}try on your machineexplain this command
-
chezmoi:tldr:efdbd chezmoi: Edit the source state of a tracked dotfile.$ chezmoi edit ${filename}try on your machineexplain this command