Find a file
2022-12-20 09:53:03 -08:00
.gitignore Initial commit 2022-12-20 09:53:02 -08:00
.pre-commit-config.yaml Initial commit 2022-12-20 09:53:02 -08:00
alejandro_resume.tex Initial commit 2022-12-20 09:53:02 -08:00
flake.lock Initial commit 2022-12-20 09:53:02 -08:00
flake.nix Enabled used of envvars to set placeholder values 2022-12-20 09:53:02 -08:00
README.md Added usage section 2022-12-20 09:53:03 -08:00

Resume

This repository generates a PDF of my resume using LaTeX. I used flyx's article to help me create a nix flake to build a resume generator command.

Usage

Use the flake!

env EMAIL='foo@bar.com' PHONENUMBER='(555) 555-5555' nix run github:alejandro-angulo/resume

The EMAIL and PHONENUMBER variables are required because I didn't want to hardcode those in my tex file. Hopefully this helps prevent spammers from finding my personal contact information.