问题描述
我将自己的dotfiles存储在github中,因为没有自动化,所以很多痛苦。我必须自己更新它。
有没有办法可以自动安装/更新/同步dotfiles?我的意思是在一台全新的服务器中,我下载dotfiles并执行 install
脚本将dotfiles复制到本地。一段时间后,我可以执行一个 updateToRemote
脚本来将本地更改推送到远程仓库,并且在另一台服务器上,我可以执行 updateToLocal
脚本将远程更改拉到本地。
类似的东西。
关于dotfiles的主要信息来源是。
它引用博文,如,基于符号链接方法。
提到了Atlassian教程
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 mean in a fresh server, I download dotfiles and exec a install
script to copy dotfiles to local. After some time, I can exec a updateToRemote
script to push local changes to remote repo, and on another server, I can exec a updateToLocal
script to pull remote changes to local.
Something like that.
The main source of information about dotfiles is dotfiles.github.io
.
It references blog posts like Using Git and Github to Manage Your Dotfiles, based on a symlink method.
Jaime mentions the Atlassian tutorial "The best way to store your dotfiles: A bare Git repository"
这篇关于如何使用Github来管理点文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!