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