Created
July 18, 2022 01:50
-
-
Save apzentral/d0537efdf760b1e13566162ab733637d to your computer and use it in GitHub Desktop.
Install vim script
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
#!/usr/bin/env bash | |
git clone https://github.com/vim/vim.git | |
cd vim | |
git pull | |
cd src | |
make distclean # if you build Vim before | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment