add batch files for Windows
This commit is contained in:
parent
e1c7fc27c2
commit
2092cec37e
3
install.bat
Normal file
3
install.bat
Normal file
@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
|
||||
git submodule update --init --recursive
|
4
link.bat
Normal file
4
link.bat
Normal file
@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
|
||||
mklink "%USERPROFILE%\_vimrc" "%CD%\.vimrc"
|
||||
mklink /J "%USERPROFILE%\.vim" "%CD%\.vim"
|
4
update.bat
Normal file
4
update.bat
Normal file
@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
|
||||
git submodule foreach git pull origin master
|
||||
git submodule foreach --recursive git submodule update
|
Loading…
Reference in New Issue
Block a user