mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
update getmyplugins
This commit is contained in:
parent
65fabe6d84
commit
ef84d980a5
@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
vimdir=$(pwd)
|
||||
pushd $vimdir/my_plugins > /dev/null
|
||||
while IFS='' read -r line || [[ -n "$line" ]]; do
|
||||
echo "Cloning $line"
|
||||
git clone $line my_plugins/
|
||||
done < "mypluginList"
|
||||
git clone $line
|
||||
done < "$vimdir/mypluginList"
|
||||
popd > /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user