LazyVim / starter

Starter template for LazyVim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use "LazyVim starter" with dot file manager like Chezmoi?

dfdgsdfg opened this issue Β· comments

I cloned every Nvim config introduced from the document.

git clone https://github.com/LazyVim/starter ~/.config/nvim

And I feel... WOW! πŸ‘ πŸ‘ πŸ‘ πŸ’―

At this moment everything is just perfect, but I need some custom things and should manage it.

Any suggestions?

I have no idea how Chezmoi works. That's something you need to figure out yourself.

But fyi. you can remove the ~.config/nvim/.git folder. The starter only contains some templates, you can put the files anywhere you want. (git or chezmoi, or whatever)

@folke everything is just beautiful! I drop all my own configs. Thanks for your really great work.

By the way, probably some users want to guide how to work with a dot file manager.

So maybe your comment should be in the doc as FAQ.

Cheers!

Thanks!

Good point. I will add a not that the .git folder should be removed.

commented

maybe curl it directly, chezmoi supports downloading zips as well
curl -L https://github.com///archive/refs/tags/v1.2.3.zip | tar xz