Skip to content

Commit 90dc2eb

Browse files
author
dev-env
committed
更新为最优配置
1 parent 345de47 commit 90dc2eb

File tree

5 files changed

+256
-211
lines changed

5 files changed

+256
-211
lines changed

.vimrc

Lines changed: 0 additions & 207 deletions
This file was deleted.

install.bat

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
@echo off
2+
23
:: 复制配置文件
34
echo ^-^-^> start install .vimrc"
4-
copy /y ".vimrc" "%USERPROFILE%"
5+
copy /y ".vimrc" "%USERPROFILE%\vimrc"
6+
57
:: 复制.vim文件夹
68
echo ^-^-^> copy .vimrc to user dir
79
xcopy /e/y/i/f ".vim" "%USERPROFILE%\vimfiles"
810
echo ^-^-^> install successfully
9-
pause
11+
pause

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
echo '--> start install .vimrc'
2-
cp .vimrc ~/
2+
cp vimrc ~/.vimrc
33
echo 'copy .vimrc to user dir'
4-
cp -r .vim/ ~/
4+
cp -r vim/ ~/.vim
55
echo '--> install successfully'
66

77

File renamed without changes.

0 commit comments

Comments
 (0)