dotvim/link.bat

5 lines
98 B
Batchfile

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