chore: update readme; remove duplicated setup section
This commit is contained in:
parent
6598c9f832
commit
2548f07a8c
1 changed files with 1 additions and 14 deletions
15
README.md
15
README.md
|
|
@ -2,20 +2,6 @@
|
||||||
|
|
||||||
Personal BASH scripts for productivity
|
Personal BASH scripts for productivity
|
||||||
|
|
||||||
## Setup
|
|
||||||
1\. clone the repo
|
|
||||||
```bash
|
|
||||||
$ git clone git@git.sr.ht:~ayoayco/scripts
|
|
||||||
```
|
|
||||||
|
|
||||||
2\. Copy config and populate
|
|
||||||
```bash
|
|
||||||
$ cp example.config ~/ayo.conf
|
|
||||||
$ vim ~/ayo.conf
|
|
||||||
```
|
|
||||||
|
|
||||||
3\. update your .bashrc to add an alias for the parent command `scripts/ayo.sh`
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
1\. Clone repo
|
1\. Clone repo
|
||||||
|
|
@ -36,6 +22,7 @@ $ cp example.conf ~/ayo.conf
|
||||||
1. `timeout` - install on mac via coreutils: `brew install coreutils`
|
1. `timeout` - install on mac via coreutils: `brew install coreutils`
|
||||||
1. `ollama` - running a locall LLM via ollama. See [installation on linux](https://ollama.com/download/linux)
|
1. `ollama` - running a locall LLM via ollama. See [installation on linux](https://ollama.com/download/linux)
|
||||||
|
|
||||||
|
4\. update your .bashrc to add an alias for the parent command `scripts/ayo.sh`
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue