mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00: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. |