My setup dotfiles
curl -L raw.github.com/koooge/dotfiles/master/install.sh | bash
git config --global user.name koooge
git config --global user.email [email protected]
git config --global user.signingkey 341D76B5D0FD8E4E
gpg --import <path/to/sec.pem>
gpg -a --export-secret-key [email protected] > sec.pem