chore: readme formatting
This commit is contained in:
parent
fff57ce400
commit
ad4a3859c2
1 changed files with 3 additions and 3 deletions
|
@ -3,18 +3,18 @@
|
||||||
Personal BASH scripts for productivity
|
Personal BASH scripts for productivity
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
1. clone the repo
|
1\. clone the repo
|
||||||
```bash
|
```bash
|
||||||
$ git clone git@git.sr.ht:~ayoayco/scripts
|
$ git clone git@git.sr.ht:~ayoayco/scripts
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Copy config and populate
|
2\. Copy config and populate
|
||||||
```bash
|
```bash
|
||||||
$ cp example.config ~/.ayo.config
|
$ cp example.config ~/.ayo.config
|
||||||
$ vim ~/.ayo.config
|
$ vim ~/.ayo.config
|
||||||
```
|
```
|
||||||
|
|
||||||
3. update your .bashrc to add an alias for the parent command `scripts/ayo.sh`
|
3\. update your .bashrc to add an alias for the parent command `scripts/ayo.sh`
|
||||||
|
|
||||||
## Scripts
|
## Scripts
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue