oh-my-bash/plugins/chezmoi
2023-09-23 18:00:15 +09:00
..
chezmoi.plugin.sh feat: Add {completions,plugins}/chezmoi (#477) 2023-09-23 18:00:15 +09:00
README.md feat: Add {completions,plugins}/chezmoi (#477) 2023-09-23 18:00:15 +09:00

Chezmoi plugin

The chezmoi plugin defines a number of useful aliases for you. Consult the complete list

List of aliases

Alias Command Description
cz 'chezmoi' Manage your dotfiles across multiple diverse machines, securely
cza 'chezmoi add' Add targets to the source state.
czcd 'chezmoi cd' cd's into the chezmoi source directory
cze 'chezmoi edit' Edit the source state of targets, which must be files or symlinks. If no targets are given then the working tree of the source directory is opened.
czea 'chezmoi edit --apply' Apply target immediately after editing. Ignored if there are no targets.
czra 'chezmoi re-add' Re-add modified files in the target state, preserving any encrypted_ attributes.