dotvim/link.bat

5 lines
102 B
Batchfile

@echo off
mklink "%USERPROFILE%\_vimrc" "%CD%\.vimrc"
mklink /J "%USERPROFILE%\vimfiles" "%CD%\.vim"