Created
September 2, 2016 03:47
-
-
Save bgshih/0aff62c7aae55c5b9495286cb24b45e5 to your computer and use it in GitHub Desktop.
Ubuntu software installer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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