mirror of
https://github.com/amix/vimrc
synced 2025-07-07 00:15:00 +08:00
generate the plugin list
This commit is contained in:
5
getmyplugins.sh
Normal file
5
getmyplugins.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
while IFS='' read -r line || [[ -n "$line" ]]; do
|
||||
echo "Cloning $line"
|
||||
git clone $line my_plugins/
|
||||
done < "mypluginList"
|
Reference in New Issue
Block a user