chezmoi manage  <file...>
Add an existing file, directory, or symlink to the source state
Arguments
| Name | Description | 
|---|
| file | filepaths, folders | 
Options
| Name | Description | 
|---|
| --autotemplate, -a | Generate the template when adding files as templates | 
| --create | Add files that should exist, irrespective of their contents | 
| --encrypt | Encrypt files | 
| --exact | Add directories exactly | 
| --exclude, -x  <exclude> | Exclude entry types | 
| --follow, -f | Add symlink targets instead of symlinks | 
| --include, -i  <include> | Include entry types | 
| --prompt, -p | Prompt before adding each entry | 
| --recursive, -r | Recurse into subdirectories | 
| --template, -T | Add files as templates | 
| --template-symlinks | Add symlinks with target in source or home dirs as templates |