curl-sh/README.md
George Kaklamanos f81fd82777
readme: Note that not all programs offer static binaries
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
2025-07-06 18:11:08 +03:00

26 lines
591 B
Markdown

# curl-sh
You shouldn't trust and run random snippets from the Internet! (at least without looking at their code first)
These snippets save a (static, if available) binary of the utility in your current directory.
To get [`dua`](https://gkak.la/dua):
```sh
curl -sL gkak.la/getdua | sh
```
To get [`nnn`](https://gkak.la/nnn):
```sh
curl -sL gkak.la/getnnn | sh
```
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
```
To get [`q`](https://gkak.la/q):
```sh
curl -sL gkak.la/getq | sh
```