nvim appimage script
This commit is contained in:
parent
d1af95e3ae
commit
918d32b6fa
9
configs/scripts/install-nvim-appimage
Executable file
9
configs/scripts/install-nvim-appimage
Executable file
@ -0,0 +1,9 @@
|
||||
#! /bin/sh
|
||||
set -ex
|
||||
|
||||
# Download the appimage to .local/bin
|
||||
mkdir -p ~/.local/bin
|
||||
wget https://github.com/neovim/neovim/releases/download/stable/nvim.appimage -O ~/.local/bin/nvim
|
||||
|
||||
# Make it executable
|
||||
chmod +x ~/.local/bin/nvim
|
Loading…
x
Reference in New Issue
Block a user