-
I use chezmoi on some machines without Intenet connection. I keep the source directories in sync via git bundles which I create on Internet-connected machines. What is the best way to do the initial setup from a bundle file? I have used
Is that sensible or will this get me into trouble? Thanks for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, this should work fine. chezmoi is deliberately designed to work without a network connection and doesn't care how the source directory is created. Note that if you're using |
Beta Was this translation helpful? Give feedback.
Yes, this should work fine. chezmoi is deliberately designed to work without a network connection and doesn't care how the source directory is created.
Note that if you're using
.chezmoiexternals
with external URLs you can usefile://
URLs on machines without a network connection instead. See #4090 for discussion.