Skip to content

Instantly share code, notes, and snippets.

@jlouros
Last active August 5, 2020 09:28
Show Gist options
  • Save jlouros/66ad2aa3eed18641b1a314e4aaeadacb to your computer and use it in GitHub Desktop.
Save jlouros/66ad2aa3eed18641b1a314e4aaeadacb to your computer and use it in GitHub Desktop.
install vim on Windows
mkdir /vim
mkdir /tmp
Push-Location /tmp
curl.exe https://ftp.nluug.nl/pub/vim/pc/vim82w32.zip -o vim.zip
Expand-Archive .\vim.zip
Copy-Item .\vim\vim\vim82\vim.exe /vim
$Env:PATH += ';C:\vim'
Pop-Location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment