These files are used in combination with stow to get up and running very quickly.
I will be improving upon them as time goes on.
Move or rename the repository into a desired location. (such as $HOME/.dotfiles)
Enter the directory and choose what you would like.
install your choices with GNU Stow.
# stow -vt $HOME/ PACKAGE1 PACKAGE2 PACKAGE3
this will create structured symbolic links for all choices within $HOME.
add -D to the command like so. This will delete the associated symlinks.
# stow -Dvt $HOME/ PACKAGE1 PACKAGE2 PACKAGE3
REPOSITORY/
PACKAGENAME/
.config/
config-file
directory/
config-file
.config-file
HOME/
.config/
symlink
directory/
symlink
.symlink