Source for my resume, written with Typst.
brew install typstOther platforms: see typst.app/docs.
This resume is built on the basic-resume Typst Universe package. To scaffold a fresh project from the same template:
typst init @preview/basic-resume:0.2.9The package is also fetched automatically on first compile via the #import "@preview/basic-resume:0.2.9": * line at the top of resume.typ, so no manual install is required to build this repo.
typst compile resume.typ resume.pdfRebuild on every save:
typst watch resume.typ resume.pdf