Skip to content

Instantly share code, notes, and snippets.

@apzentral
Created July 18, 2022 01:50
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 apzentral/d0537efdf760b1e13566162ab733637d to your computer and use it in GitHub Desktop.
Save apzentral/d0537efdf760b1e13566162ab733637d to your computer and use it in GitHub Desktop.
Install vim script
#!/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