Skip to content

Commit

Permalink
Added encrypted files to retrieve-files make command
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Feb 28, 2019
1 parent ddd4567 commit dfa60bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -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

0 comments on commit dfa60bc

Please sign in to comment.