You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The destination directory is the directory that chezmoi manages, usually your home directory, `~`.
42
+
- A target is a file, directory, or symlink in the destination directory.
43
+
- The source directory is where chezmoi stores the source state. By default it is `~/.local/share/chezmoi`
44
+
- This repo uses a [.chezmoiroot file](https://www.chezmoi.io/reference/special-files/chezmoiroot/) to store `source` files in the `dotfiles` subdirectory. [more info](https://www.chezmoi.io/user-guide/advanced/customize-your-source-directory/#use-a-subdirectory-of-your-dotfiles-repo-as-the-root-of-the-source-state)
45
+
- Confirm with `cat ~/.local/share/chezmoi/.chezmoiroot`
This directory is specified by the [.chezmoiroot](https://www.chezmoi.io/reference/special-files/chezmoiroot/) instead of adding the flake / LICENSE / README.md / Taskfile and other stuff in the root directory to the [.chezmoiignore](https://www.chezmoi.io/reference/special-files/chezmoiignore/) file.
0 commit comments