Replies: 1 comment
-
Let's discuss this in issue #1838. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Currently,
.chezmoiexternal
supports files and archives. Is it possible for it to also support git repositories? So that:archive add ~ git clone
archive update ~ git update --rebase
Here is a use case - many vim plugins these days can simply be installed via
git clone
into~/.vim/pack/author/start/xxx
folder. It would be great if chezmoi could be configured to do this as a part of set-up. After reading the documentation, I could only come with the following solutions:run_xxx.sh
script(-s) that would do it - but that would not be very declarative, and potentially require different code for different platforms, etc...Beta Was this translation helpful? Give feedback.
All reactions