-
I am new to the world of I know that How does this relate/conflict with using antigen to manage packages? Is there a preferred way to integrate both tools? I've looked around a bit and the only reference I could find was this dotfile. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm not familiar with antigen (I use vim-plug) but I would expect antigen and chezmoi externals to conflict if you attempt to use both simultaneously. If antigen updates files managed by chezmoi then chezmoi will detect that the file has been modified since chezmoi last wrote it and you will get a prompt the next time you use chezmoi to update the file. This is prevent chezmoi from blindingly overwriting any local changes that you might want to keep. I would suggest the following approaches:
|
Beta Was this translation helpful? Give feedback.
I'm not familiar with antigen (I use vim-plug) but I would expect antigen and chezmoi externals to conflict if you attempt to use both simultaneously. If antigen updates files managed by chezmoi then chezmoi will detect that the file has been modified since chezmoi last wrote it and you will get a prompt the next time you use chezmoi to update the file. This is prevent chezmoi from blindingly overwriting any local changes that you might want to keep.
I would suggest the following approaches:
Bo…