Replies: 1 comment 1 reply
-
I realized that it might be a design decision and I am good with it. I ended up migrating my dotfiles in chunks manually and it forced me to not only clean up but also understand the concepts of chezmoi. I ran into little things like not needing the gitignore files, or needing to set certain chattr on source files. All those little learnings might have been lost if I wouldn't have done it manually or semi-automatic (i still relied on some for loops) I consider this discussion closed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm in the process of migrating my dotfiles from a self-created symlink-ed solution to chezmoi.
When I try to add symlinked directories, it feels like the recursive loop is not respected.
This is the "outside" data I want to add to chezmoy
But when I check the contents of the now tracked content in chezmoi:
chezmoi only creates a
.keep
file.It seems to me that
--follow
does not recurse the directory. Other then manually copying the files, is there a flag I am maybe missing?Beta Was this translation helpful? Give feedback.
All reactions