Install .vimrc and .vim/ into home directory
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
BASEDIR=`dirname $0`
|
||||
|
||||
# vim
|
||||
cp ${BASEDIR}/.vimrc ~/.vimrc
|
||||
cp -R ${BASEDIR}/.vim/ ~/.vim/
|
||||
|
||||
Reference in New Issue
Block a user