chore: update readme; scripts, plans
This commit is contained in:
parent
95db26bd58
commit
8cee2da155
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -1,9 +1,21 @@
|
||||||
# Scripts
|
# Scripts
|
||||||
|
|
||||||
|
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. update your .bashrc to add an alias for the parent command in scripts/ayo.sh
|
2. update your .bashrc to add an alias for the parent command `scripts/ayo.sh`
|
||||||
|
|
||||||
|
## Scripts
|
||||||
|
|
||||||
|
1. ayo - parent command, lists all available scripts or accepts parameters
|
||||||
|
2. journal - creates a new journal entry if it doesn’t exist yet; opens on editor
|
||||||
|
|
||||||
|
## Planned
|
||||||
|
|
||||||
|
1. config - create configuration for variables (eg, editor, locations)
|
||||||
|
2.
|
||||||
|
|
Loading…
Reference in a new issue