From 8a0c0a6476fe2a5bb6df9f9d069854ff8774f1b4 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Thu, 5 Nov 2020 20:32:08 +0100 Subject: [PATCH] doc: hint at usage and requirements --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f24a25 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ += .dotfiles - Bootstrap me! + +== Requirements + +Clone this repository with `git clone --recursive https://git.finallycoffee.eu/transcaffeine/dotfiles.git` into `~/git/dotfiles`. + +Have your pubkey in a git-repo at `https://git.finallycoffee.eu/$USER/about` at the top-level as `pubkey.asc`, then run `ansible-playbook -i local.yml bootstrap.yml`. + +Reboot and then run `ansible-playbook -i local.yml all.yml`.