Cleaned Vundle + created dispatch
This commit is contained in:
parent
43bb291e88
commit
06d8607268
|
@ -1 +0,0 @@
|
|||
Subproject commit 88688fe453038ac1ac26e31646cfbec50fca2fb7
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
src=`pwd`
|
||||
targ="$HOME/.vim"
|
||||
|
||||
# updated files
|
||||
cp $src/.vimrc $HOME/.vimrc;
|
||||
cp -r $src/colors $targ/colors;
|
||||
cp -r $src/config $targ/config;
|
||||
cp -r $src/snippets $targ/snippets;
|
Loading…
Reference in New Issue