Skip to content

Repository for manifesting your cracked developer resume

Notifications You must be signed in to change notification settings

sstitle/cracked_resume

Repository files navigation

cracked_resume

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.

Getting Started

Prerequisites

  • Nix with flakes enabled
  • direnv for automatic environment loading

Quick Start

  1. Enter the development shell:

    nix develop
  2. Or with direnv installed:

    direnv allow
  3. To generate the resume:

    mask run

Available Tools

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

Task Automation

This project uses mask for task automation. View available tasks:

mask --help

Code Formatting

Use the nix formatter which is managed by treefmt.nix:

nix fmt

Project Structure

.
├── flake.nix          # Nix flake configuration
├── treefmt.nix        # Formatter configuration
├── maskfile.md        # Task definitions
├── .envrc             # direnv configuration
└── README.md          # This file

About

Repository for manifesting your cracked developer resume

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published