Skip to content

Instantly share code, notes, and snippets.

@jsturtevant
Last active July 14, 2020 21:00
Show Gist options
  • Save jsturtevant/b5ae8d61e6f530f7f709f27a37044810 to your computer and use it in GitHub Desktop.
Save jsturtevant/b5ae8d61e6f530f7f709f27a37044810 to your computer and use it in GitHub Desktop.
Install Vim on Windows
cmd /c curl -OL https://gist.githubusercontent.com/jsturtevant/b5ae8d61e6f530f7f709f27a37044810/raw/dbc5c7a7ac09abb469549f8249214d96680dbde4/install-vim.bat
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