Skip to content

kczulko/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kczulko cv

Secret data encryption

  1. Secrets are stored within secrets.nix file, which has the following content:
{
  DATE_OF_BIRTH    = "January 1st 1900";
  CELLPHONE        = "999 999 999";
  ADDRESS_STREET   = "...";
  ADDRESS_ZIP_CITY = "...";
  ADDRESS_COUNTRY  = "...";
}

BUILD

  1. Build pdf document:

    $ nix build
  2. Examine document with evince:

    $ nix run .#show-cv
    
  3. Nix files formatting:

    $ nix fmt
    
  4. Git crypt:

    $ git-crypt unlock <your_symmetric.key>
    

About

My latex based cv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages