.vim/windows-vimfiles.bat

Fri, 30 May 2014 09:43:40 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 30 May 2014 09:43:40 -0400
changeset 13
c061abf8217c
parent 9
3253f9876ccd
permissions
-rw-r--r--

Be more defensive on windows, clean up and add sections

9
3253f9876ccd Batchfile to set up windows file locations
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 @ECHO ON
3253f9876ccd Batchfile to set up windows file locations
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2
3253f9876ccd Batchfile to set up windows file locations
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
3 copy ..\.vimrc %USERPROFILE%\_vimrc
3253f9876ccd Batchfile to set up windows file locations
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
4 xcopy /s ..\.vim %USERPROFILE%\vimfiles\

mercurial