From ad1a00ebae3c53e1f9dc5b610aade787b78b6dbc Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Fri, 14 Oct 2016 03:22:45 -0500 Subject: [PATCH] just added original README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..38aa3b9 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# dotfiles +## Installation + + git clone git@github.com:booboy/dotfiles.git + cd ~/.dotfiles + +Source all of the files. Feel free to add to a script or just on cmd line + + for DOTFILE in `find $HOME/.dotfiles` + do + [ -f “$DOTFILE” ] && source “$DOTFILE” + done +