Skip to content

Version-Controlled Resume and Tooling

Notifications You must be signed in to change notification settings

powersdev/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version-Controlled Resume

Just some simple scripts for generating a pdf resume from a latex file.

An example (my resume) is available here.

Quickstart

You need pdflatex installed and on your path.

git clone git@github.com:powersdev/resume ~/resume

(If you clone elsewhere, update the config file accordingly)

  1. Copy the .config file to ~/.resume and modify.
  2. Symlink the bin/resume binary to somewhere on your path.

This project uses lefthook to build the PDF as a pre-commit hook to ensure you always commit the latest copy.

Command Usage

Usage: resume [command]

  help     Shows this help menu
  edit     Opens the resume file in editor of choice. 
  build    Runs pdflatex using your configuration variables.
  view     Runs xdg-open on the built PDF file.
  config   Opens the configuration file in editor of choice.

Configuration

# .config

resume_dir			The absolute path of your resume project.
resume_source		The filename of your input file.
resume_template		The filename of your PDF output file.
resume_editor		The editor you want to use.
resume_viewer		The PDF viewer you want to use.