From 302d6ca54c7838b5823c099da36bdcd24b362c19 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 10 Jun 2014 12:57:52 -0700 Subject: [PATCH] Add initial README --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 422d8e8..38b4efe 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -dotfiles -======== +A new beginning for what used to be my +[conf_dir](https://github.com/kejadlen/conf_dir) project, since `dotfiles` +appears to be the conventional name of these types of repos nowadays. + +This uses [Ansible](https://github.com/ansible/ansible) to provision new +machines and [stow](http://www.gnu.org/software/stow/) for managing conf +files that can be symlinked. + +# Requirements + +- [Ansible](https://github.com/ansible/ansible) + +# Usage + +``` shell +ansible-playbook [playbook].yml +```