System-configure is a git solution for git the configure file of system.Such as linux ,windows and so on. I find the paper from here :http://baohaojun.github.io/blog/2012/10/22/my-config-cn.html. This paper talk about function used factury model for general each configure file on each platform(linux ,windows or mac). I think this is a betty way for reinstall the operating system. So i build this git repository for achieve this idear. But I'm new for bash coding,the repository here is uncompleted. If you want use this git repository,you should look before you leap.
When you want reinstall your operating system or install your favorite os on new hardware. This repository will help!
You can use this in any hardware with system like linux or windows. You need make true that system had bash or other sh program for run .sh file for deploy configure file automatic.
As above said,the bash or other program like it must need !
#git clone https://github.com/Quanjiang/System-Configure
#./YOUR_GIT_PATH/System-Configure/bin/deploy-auto.sh -r listfile
ps: you need edit listfile. more detail see listfile
#./YOUR_GIT_PATH/System-Configure/bin/deploy-auto.sh -b listfile
ps: you need add file path into listfile before update!
#./YOUR_GIT_PATH/System-Configure/bin/Push-to-Git
ps:here only had git sh for update to github. If you want to update cvs or other thing. You need write it by your self!
2 See paper here: http://baohaojun.github.io/blog/2012/10/22/my-config-cn.html
You can rewrite files in bin directry as you like.
Now Some important function is not work! I'm complete it now ! You must name directory with System-Configure. The script will error when directory name wrong!
You can just leav message on github or send me email quanjiang.gu<>foxmail.com Thank you for reading! Good Luck every day !
2014.6.1