Install .vimrc and .vim/ into home directory

This commit is contained in:
Gea-Suan Lin
2011-09-29 09:56:31 +08:00
parent d31d59ec99
commit ebeb7ef143

View File

@@ -0,0 +1,7 @@
#!/bin/sh
BASEDIR=`dirname $0`
# vim
cp ${BASEDIR}/.vimrc ~/.vimrc
cp -R ${BASEDIR}/.vim/ ~/.vim/