2025-07-06 17:39:32 +03:00
|
|
|
# curl-sh
|
|
|
|
|
|
|
|
You shouldn't trust and run random snippets from the Internet! (at least without looking at their code first)
|
|
|
|
|
2025-07-06 18:11:08 +03:00
|
|
|
These snippets save a (static, if available) binary of the utility in your current directory.
|
2025-07-06 17:39:32 +03:00
|
|
|
|
|
|
|
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
|
|
|
|
```
|
2025-07-06 17:54:40 +03:00
|
|
|
To get [`nvim`](https://gkak.la/nvim):
|
|
|
|
```sh
|
|
|
|
curl -sL gkak.la/getnvim | sh
|
2025-07-06 18:01:20 +03:00
|
|
|
```
|
|
|
|
To get [`rg`](https://gkak.la/rg):
|
|
|
|
```sh
|
|
|
|
curl -sL gkak.la/getrg | sh
|
|
|
|
```
|
2025-07-06 18:10:40 +03:00
|
|
|
To get [`q`](https://gkak.la/q):
|
|
|
|
```sh
|
|
|
|
curl -sL gkak.la/getq | sh
|
|
|
|
```
|