docs: add step to create .config file

This commit is contained in:
Ayo Ayco 2025-06-21 15:07:05 +02:00
parent d6393efb45
commit fb01930406

View file

@ -8,7 +8,13 @@ Personal BASH scripts for productivity
$ git clone git@git.sr.ht:~ayoayco/scripts $ 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 ## Scripts
@ -18,4 +24,4 @@ $ git clone git@git.sr.ht:~ayoayco/scripts
## Planned ## Planned
1. config - create configuration for variables (eg, editor, locations) 1. config - create configuration for variables (eg, editor, locations)
2. 2.