add README.md

This commit is contained in:
David Tomaschik
2015-09-03 18:08:06 -07:00
parent 562697a2a7
commit dc85fb7f94
2 changed files with 4 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
This is a repository of configuration files that I like to have on all the
machines that I use. I can just clone the repository and run "repo/setup.sh"
and get most things setup the way I like them.

View File

@@ -41,6 +41,7 @@ function install_dir {
find "${SRCDIR}" \( -name .git -o \
-path "${SRCDIR}/private_dotfiles" -o \
-name install.sh -o \
-name README.md -o \
-name .gitignore \) \
-prune -o -type f -print | \
while read dotfile ; do