From c533147bfcae6b6756ec2862a783b1a21a518bb1 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Wed, 13 May 2020 22:03:34 +0200 Subject: [PATCH] added titles --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6eb086d..579112a 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,15 @@ You can use ``--check`` to dry-run and ``--diff`` to see what could change. Check details in ``roles/*/README.md``. -1. Fork Me! +###### 1. Fork Me! -2. Clone your repo on your master host +###### 2. Clone your repo on your master host Use recursive mode to get aur ansible module for Archlinux. ``` git clone --recursive https://github.com/*/dotfiles ``` -3. Generate hosts file +###### 3. Generate hosts file ``hosts`` file is defaultly gitignored. ``` @@ -73,14 +73,14 @@ If you just want to use it on local host localhost ansible_connection=local ansible_user=user ``` -4. Configure SSH connexions +###### 4. Configure SSH connexions Push your SSH public key on all your ``users@hosts`` ``` ssh-copy-id -i path/to/ssh/key.pub user@host ``` -5. (Dry)Run +###### 5. (Dry)Run ``` ansible-playbook install.yml -CD