mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
add README.md
This commit is contained in:
3
README.md
Normal file
3
README.md
Normal 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.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user