all repos — resume @ master

my résumé

7948de0a
Replace -- with en-dash
Anirudh Oppiliappan x@icyphox.sh
Sun, 02 Jan 2022 22:38:38 +0530
2f20c8a6
En-dashes?
Anirudh Oppiliappan x@icyphox.sh
Sun, 02 Jan 2022 22:24:09 +0530
5421a159
Update experience
Anirudh Oppiliappan x@icyphox.sh
Sun, 02 Jan 2022 22:19:40 +0530
résumé
------

Run:

    xelatex -interaction=nonstopmode resume.tex

post-receive git hook:

    #!/bin/sh

    git clone ~/resume .build/resume
    cd .build/resume
    xelatex -interaction=nonstopmode resume.tex
    rsync -avz resume.pdf fern:~/www/icy/uploads/resume.pdf

    printf "Done uploading! https://x.icyphox.sh/resume.pdf\n"
    printf "Cleaning up build directory\n"
    rm -rf ~/.build/resume


LICENSE

Inherits Deedy Resume's license (Apache-2.0).


CREDITS

Inter font: https://rsms.me/inter
Deedy Resume: https://github.com/deedy/Deedy-Resume
clone
git clone https://git.icyphox.sh/resume