Repository for manifesting your cracked developer resume.
I originally had this in LaTeX, but then I decided to update it to using Typst. Previously, I was using Overleaf for my LaTeX template but they rug-pulled me when my resume was taking "too long to compile". It was pretty easy to get this moved over to Typst by following this example.
You can view the result here.
-
Enter the development shell:
nix develop
-
Or with direnv installed:
direnv allow
-
To generate the resume:
mask run
This development environment includes:
- mask: Task runner for automating common development tasks
- treefmt: Multi-language code formatter
- git: Version control
- direnv/nix-direnv: Automatic environment loading
This project uses mask for task automation. View available tasks:
mask --helpUse the nix formatter which is managed by treefmt.nix:
nix fmt.
├── flake.nix # Nix flake configuration
├── treefmt.nix # Formatter configuration
├── maskfile.md # Task definitions
├── .envrc # direnv configuration
└── README.md # This file