commit ad1a00ebae3c53e1f9dc5b610aade787b78b6dbc Author: Brendan McDevitt Date: Fri Oct 14 03:22:45 2016 -0500 just added original 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 +