-
What would be the ideal method to manage different completely dotfiles across different machines? I have a router with OpenWRT on it and it has its dotfiles in
Here some things I'm thinking of
I'm basically looking for recommendations on which method would make the most sense to accomplish this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If the dotfiles really are completely different with no data shared in common, then I'd recommend either the orphan branch approach if you want to be fancy (note the If there are some data in common between the machines, then consider either storing that shared data in your password manager or using an external. #1410 might also be of interest, comments welcome. |
Beta Was this translation helpful? Give feedback.
-
Hmm, I'll go ahead with orphan branch approach. Thanks! |
Beta Was this translation helpful? Give feedback.
If the dotfiles really are completely different with no data shared in common, then I'd recommend either the orphan branch approach if you want to be fancy (note the
--branch
option tochezmoi init
) or a separate dotfiles repo if you want to be simple.If there are some data in common between the machines, then consider either storing that shared data in your password manager or using an external.
#1410 might also be of interest, comments welcome.