From dfa60bcacf7c5a7c309566069f97eb3a7e378f6c Mon Sep 17 00:00:00 2001 From: Vincent Composieux Date: Thu, 28 Feb 2019 23:42:41 +0100 Subject: [PATCH] Added encrypted files to retrieve-files make command --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a804ef3..9d3805f 100644 --- a/Makefile +++ b/Makefile @@ -52,3 +52,5 @@ retrieve-files: ## Synchronize files from local host to git repository cp ~/.tmux.conf .tmux.conf cp ~/.vimrc .vimrc cp ~/.zshrc .zshrc + gpg2 --encrypt --recipient vincent --output .encrypted/.ssh/config ~/.ssh/config + gpg2 --encrypt --recipient vincent --output .encrypted/.otpkeys ~/.otpkeys