Skip to content

Instantly share code, notes, and snippets.

@UltiRequiem
Last active December 11, 2022 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UltiRequiem/56bcbf4aab47e6359836f368d35384a2 to your computer and use it in GitHub Desktop.
Save UltiRequiem/56bcbf4aab47e6359836f368d35384a2 to your computer and use it in GitHub Desktop.
Install latest nvim (just wget required)
#!/usr/bin/env sh
command_name="neovim"
url="https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage"
wget $url
chmod +x nvim.appimage
sudo mv nvim.appimage /usr/local/bin/$command_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment