Thu, 29 May 2014 22:55:20 -0400
Batchfile to set up windows file locations
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\ |