# INSTALLATION ```sh git_url="git@git.toptal.com:screening/Michel-Combes" git clone --recursive $git_url toychain cd toychain gpg --decrypt local.key.asc | git-crypt unlock - . rc.sh # install perl modules from modules.deps sh install.sh # initialize config and keys sh init.sh bin/toychain start ```