Skip to content

Instantly share code, notes, and snippets.

@Crell
Last active June 4, 2020 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Crell/bf3576849769de76e887b9f18abbf957 to your computer and use it in GitHub Desktop.
Save Crell/bf3576849769de76e887b9f18abbf957 to your computer and use it in GitHub Desktop.
echo "Installing Additional Plugins"
cd plugins
file="../plugins.txt"
while read -r line; do
[ "$line" = "\#*" ] && continue
git clone --depth=1 $line
done < grep -v -- "^#" "$file"
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment