Skip to content

Instantly share code, notes, and snippets.

@bgshih
Created September 2, 2016 03:47
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 bgshih/0aff62c7aae55c5b9495286cb24b45e5 to your computer and use it in GitHub Desktop.
Save bgshih/0aff62c7aae55c5b9495286cb24b45e5 to your computer and use it in GitHub Desktop.
Ubuntu software installer
nvim:
sudo apt-get -y install software-properties-common &&
sudo add-apt-repository -y ppa:neovim-ppa/unstable &&
sudo apt-get -y update &&
sudo apt-get -y install neovim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment