Add getrg.sh
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
2939726d1a
commit
284c2bcfef
2 changed files with 7 additions and 1 deletions
|
@ -16,3 +16,7 @@ To get [`nvim`](https://gkak.la/nvim):
|
|||
```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
2
getrg.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
curl -sL https://gkak.la/rgdist | tar xfz - --wildcards --no-anchored 'rg' --strip-components 1 -C .
|
Loading…
Add table
Add a link
Reference in a new issue