- download this repo
- read the bin/install.sh and install_000_SAMPLE
- create your own install scripts, following the instructions in the SAMPLE file
- put files you want distributed on your file system in root_folder (so a file you want installed to /etc should be placed in root_folder/etc)
- push up to your own dotfile repo
- run bin/install.sh
Any time you want to install a new package on your system, just add another install_* file to do it and then run bin/install.sh again to test/confirm
Any time you change a config file on your system you want saved, copy it to the place where it belongs in root_folder
Enjoy!