How to use Github to manage dotfiles?

前端 未结 7 737
萌比男神i
萌比男神i 2020-12-24 13:08

I stored my dotfiles in github, with lots pains, because of no automation. I have to update it myself.

Is there a way that can auto install/update/sync dotfiles? I m

7条回答
  •  萌比男神i
    2020-12-24 13:40

    You update/sync your dotfiles with git push/pull commands (GitHub acting as 'central' repository). When it comes to symlinking dotfiles I wrote an article about it. Check it out: manage your dotfiles with ease.

提交回复
热议问题