Resume Workflow with Latex and Git

Time for a comfy and lazy resume workflow: (I use nvim/st/dwm/zathura so you’d be adapting this to your own setup) Template in a Repo Get this latex engineering resume template I got from r/EngineeringResumes into a fresh git repo. mkdir resume cd resume git init wget https://cinardoruk.xyz/LatexResumeTemplate.tex Why the git? Since a resume needs to be tailored to different companies we’re applying to, we’ll need a convenient way to manage different versions of our .tex file. What better way than to use git? ...

November 16, 2025 · Çınar Doruk