This repository contains my resume written in Typst, a modern typesetting system.
- Typst - Install via their official instructions
macOS (Homebrew):
brew install typst
Linux (via cargo):
cargo install typst-cli
Windows (via Scoop):
scoop install typst
Download the latest release from the Typst releases page.
To compile the resume to PDF:
typst compile resume.typ
This will generate resume.pdf
in the same directory.
For live preview during editing:
typst watch resume.typ
The resume uses the modern-cv
template package (v0.8.0), which is automatically downloaded by Typst when compiling.