Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Tin Lai <[email protected]>
  • Loading branch information
soraxas committed Nov 28, 2023
1 parent bc483ed commit 5ced562
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,26 @@ Automatically bootstrap and install `shsh` (which would also modify your shell's
curl -s https://raw.githubusercontent.com/soraxas/shsh/master/bootstrap/install.sh | sh
```

### Recipes
### Pre-made Recipes

`shsh` can retrive pre-made recipes hosted in my [repo](https://github.com/soraxas/shsh-recipes).
For example:

```sh
shsh install -r mamba
```
```sh
shsh install -r git-annex
```

### Custom Recipes

[Ranger](https://github.com/ranger/ranger): A powerful terminal file manger
```sh
shsh install ranger/ranger -v REMOVE_EXTENSION=true -v BINS=ranger.py -h pre='sed -i "1d;2i#!/usr/bin/python3 -O" ranger.py'
```


## Installation

1. **Manual:** Checkout shsh inside `$XDG_DATA_HOME`, e.g., at `~/.local/share/shsh`
Expand Down

0 comments on commit 5ced562

Please sign in to comment.