-
hello, i have this .chezmoiexternal
but I would like to add custom config which are located in
Which I expected to fail, but I wonder if there is a better way to do it than run_ script to cp the file. thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Not sure if I completely understand what you are after but as the docs say:
I have not used LazyVim but in its installation docs they tell you to remove the As GitHub also allows downloading repositories as zip packages, you could use [".config/neovim"]
type = "archive"
stripComponents = 1
url = "https://github.com/LazyVim/starter/archive/refs/heads/main.zip"
refreshPeriod = "168h"
exclude = ["*/README*", "*/LICENSE", "*/.gitignore"] This should allow you to manage other files in |
Beta Was this translation helpful? Give feedback.
-
thank you ! the archive type is what I was looking for. |
Beta Was this translation helpful? Give feedback.
Not sure if I completely understand what you are after but as the docs say:
I have not used LazyVim but in its installation docs they tell you to remove the
.git
folder so maybe it's not meant to be used as a git repository after the initial cloning?As GitHub also allows downloading repositories as zip packages, you could use
.chezmoiexternal
's archive type instead of the git-repo type like this: