Skip to content

Instantly share code, notes, and snippets.

@Comamoca
Last active November 29, 2023 18:39
Show Gist options
  • Save Comamoca/260b116173bdcfb7aeba37d271fde82f to your computer and use it in GitHub Desktop.
Save Comamoca/260b116173bdcfb7aeba37d271fde82f to your computer and use it in GitHub Desktop.
echo initializeing...
rm ./nvim.appimage
rm squashfs-root/
sudo unlink /usr/sbin/nvim
sudo rm -r /squashfs-root/
echo download nightly image...
wget https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
chmod u+x ./nvim.appimage
./nvim.appimage --appimage-extract
echo install neovim nightly...
sudo mv squashfs-root /
sudo ln -s /squashfs-root/AppRun /usr/sbin/nvim
echo Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment