docs: add step to create .config file
This commit is contained in:
parent
d6393efb45
commit
fb01930406
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue