Skip to content

Instantly share code, notes, and snippets.

@bennylope
Created November 2, 2018 18:04
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 bennylope/d264bc7d8ab54d97755fda38d88517d5 to your computer and use it in GitHub Desktop.
Save bennylope/d264bc7d8ab54d97755fda38d88517d5 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
PACKAGES=(pagecolor titling sourcecodepro mweights ly1 sourcesanspro needspace mdframed csquotes)
for item in ${PACKAGES[*]}
do
tlmgr install $item
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment