Last active
November 23, 2017 06:04
-
-
Save Muratam/f3d9d17d1b763af1cc80c37de9ed560f to your computer and use it in GitHub Desktop.
install vim8 (at ubuntu)
This file contains hidden or 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
set -e | |
cd ~ | |
git clone https://github.com/vim/vim | |
cd vim | |
./configure | |
make | |
sudo apt remove -y vim | |
sudo make install | |
rm -rf ~/vim |
Author
Muratam
commented
Nov 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment