From fb01930406a9d4c05d042d4a50c53b251618ad07 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 21 Jun 2025 15:07:05 +0200 Subject: [PATCH] docs: add step to create .config file --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cc4aec..164e712 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ Personal BASH scripts for productivity $ git clone git@git.sr.ht:~ayoayco/scripts ``` -2. update your .bashrc to add an alias for the parent command `scripts/ayo.sh` +2. Copy config and populate +```bash +$ cp example.config .config +$ vim .config +``` + +3. update your .bashrc to add an alias for the parent command `scripts/ayo.sh` ## Scripts @@ -18,4 +24,4 @@ $ git clone git@git.sr.ht:~ayoayco/scripts ## Planned 1. config - create configuration for variables (eg, editor, locations) -2. +2.