mirror of https://github.com/aldy505/dotfiles.git
miss me
This commit is contained in:
parent
01e4f36de9
commit
f0fde89fb9
|
@ -1,7 +1,7 @@
|
|||
[user]
|
||||
name = Reinaldy Rafli
|
||||
email = aldy505@tutanota.com
|
||||
signingkey = 9B7076E05C2C9691
|
||||
signingkey = CFDB9400255D8CB6
|
||||
[core]
|
||||
editor = code
|
||||
[color]
|
||||
|
|
|
@ -11,6 +11,7 @@ gpg --list-secret-keys --keyid-format=long
|
|||
echo "enter the secret on sec rsa4096/THIS PART: "
|
||||
read SECRETKEY
|
||||
gpg --armor --export $SECRETKEY
|
||||
git config --global user.signingkey $SECRETKEY
|
||||
|
||||
echo "now go to the .ssh directory, copy the contents of the id_rsa.pub to github"
|
||||
echo "then copy the public key block above also to github"
|
||||
|
|
Loading…
Reference in New Issue