I have the basic install of TexLive from the MacTex website. Trying to update my CV I ran into missing .sty files. To solve this I need to manually install the missing packages. This is accomplished by executing

tlmgr install <package-name>

in the shell. Easy as pie, except that I need to do it for every missing package. Perhaps it is time to write a Makefile for the CV which checks and installs the required packages.