Heavily inspired by Awesome-CV, used more as a LaTeX learning experience.
A LaTeX cheat sheet that I wrote can be found in my Gists.
sudo apt-get install -y texlive texlive-latex-extra latexmk texlive-fonts-extra lacheck chktex
sudo pacman -Syu texlive-core texlive-latexextra texlive-fontsextra
lacheck MichaelWadman_CV.tex
chktex MichaelWadman_CV.tex
pdflatex MichaelWadman_CV.tex
# Or, to check then generate together:
lacheck MichaelWadman_CV.tex && chktex MichaelWadman_CV.tex && pdflatex MichaelWadman_CV.tex
If generating this for an application submission, remember to change (and uncomment) the \phone
variable.