Click here for the latest copy of my resume!
This resume is written in LaTeX and builds with xelatex.
# Install required system packages
sudo apt-get install -y \
aspell-en \
chktex \
hunspell \
lmodern \
poppler-utils \
texlive-font-utils \
texlive-fonts-recommended \
texlive-latex-base \
texlive-latex-extra \
texlive-xetex \
xzdec \
python3-pip
pip3 install pdfx
# Install AWS CLI - https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
(
cd ~/Downloads
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
)
# Open a new terminal so pdfx is available
# Build the resume
./build
# Perform additional checks and linting
./check