Add getrg.sh

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-07-06 18:01:20 +03:00
parent 2939726d1a
commit 284c2bcfef
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D
2 changed files with 7 additions and 1 deletions

View file

@ -16,3 +16,7 @@ To get [`nvim`](https://gkak.la/nvim):
```sh ```sh
curl -sL gkak.la/getnvim | sh curl -sL gkak.la/getnvim | sh
``` ```
To get [`rg`](https://gkak.la/rg):
```sh
curl -sL gkak.la/getrg | sh
```

2
getrg.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/sh
curl -sL https://gkak.la/rgdist | tar xfz - --wildcards --no-anchored 'rg' --strip-components 1 -C .