Add getnvim.sh
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
7671160b37
commit
2939726d1a
2 changed files with 6 additions and 0 deletions
|
@ -12,3 +12,7 @@ To get [`nnn`](https://gkak.la/nnn):
|
||||||
```sh
|
```sh
|
||||||
curl -sL gkak.la/getnnn | sh
|
curl -sL gkak.la/getnnn | sh
|
||||||
```
|
```
|
||||||
|
To get [`nvim`](https://gkak.la/nvim):
|
||||||
|
```sh
|
||||||
|
curl -sL gkak.la/getnvim | sh
|
||||||
|
```
|
2
getnvim.sh
Normal file
2
getnvim.sh
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
curl -sL https://gkak.la/nvimdist -o nvim && chmod +x ./nvim
|
Loading…
Add table
Add a link
Reference in a new issue