brew install git-crypt
brew install gpg
gpg --import path/public/file
gpg --import path/secret/file
git-crypt unlock
brew install stow
stow --no-folding --verbose --adopt ssh
chmod 600 ~/.ssh/id_rsa
ssh -T git@github.com
git remote set-url origin git@github.com:zouzonghua/dotfiles.git