Forrest logo
back to context overview

chezmoi

List of commands for chezmoi:

  • chezmoi:tldr:37d62 chezmoi: Fetch the latest changes from a remote repository.
    $ chezmoi update
    try on your machine
    explain this command
  • chezmoi:tldr:6af94 chezmoi: Initialize chezmoi on your machine.
    $ chezmoi init
    try on your machine
    explain this command
  • chezmoi:tldr:8714f chezmoi: Apply the changes.
    $ chezmoi -v apply
    try on your machine
    explain this command
  • chezmoi:tldr:aca19 chezmoi: See changes chezmoi would make.
    $ chezmoi diff
    try on your machine
    explain this command
  • chezmoi:tldr:cef84 chezmoi: Tell chezmoi to manage a dotfile.
    $ chezmoi add ${filename}
    try on your machine
    explain 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 machine
    explain this command
  • chezmoi:tldr:efdbd chezmoi: Edit the source state of a tracked dotfile.
    $ chezmoi edit ${filename}
    try on your machine
    explain this command
back to context overview