My resume, with sensitive data managed using sops.
- Run
just decryptto decrypt the sensitive data. - Edit the resume, rebuild the PDF, and make any needed changes.
- When finished, run
just encryptto re-encrypt the data.
To build the PDF without leaving decrypted secrets in the repo, run just build (latexmk).
You also have the option to build the resume with nix.
nix run github:9Prestidigitator/resumeThis will look for an age key at $HOME/.config/sops/age/resume-keys.txt. If the key is not provided then a redacted version of the resume will be generated.