Last active
July 14, 2020 21:00
-
-
Save jsturtevant/b5ae8d61e6f530f7f709f27a37044810 to your computer and use it in GitHub Desktop.
Install Vim on Windows
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
cmd /c curl -OL https://gist.githubusercontent.com/jsturtevant/b5ae8d61e6f530f7f709f27a37044810/raw/dbc5c7a7ac09abb469549f8249214d96680dbde4/install-vim.bat |
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
curl -O https://ftp.nluug.nl/pub/vim/pc/vim82w32.zip | |
curl -O https://ftp.nluug.nl/pub/vim/pc/vim82rt.zip | |
powershell -c Expand-Archive vim82w32.zip | |
powershell -c Expand-Archive vim82rt.zip | |
powershell -c mv vim82rt\vim\vim82\* vim82w32\vim\vim82 | |
vim82w32\vim\vim82\install.exe -create-batfiles vim vimdiff -create-vimrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment