From faf6c0d721c71e2dc68795040eb3b469943ab697 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 10 Apr 2023 23:20:47 +0200 Subject: [PATCH] removed settings from the base configuration --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbc492d..cf615cf 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,12 @@ usermod --add --groups sudo user ### As user +#### Installation + ```bash git clone https://github.com/aminnairi/laptop.git cd laptop -touch i3/i3status/settings.json echo '{"weather":{"appid":"..."}}' > i3/i3status/settings.json ansible-playbook --ask-become-pass playbook.yml ``` +