repo: Add some of my configs BRUH

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@mafebythepins.tk>
This commit is contained in:
Andrei Jiroh Halili 2021-02-18 16:08:56 +08:00 committed by Andrei Jiroh Eugenio Halili
parent 6159a970c6
commit 28f1c0a5fd
2 changed files with 21 additions and 0 deletions

5
.bashrc Executable file
View File

@ -0,0 +1,5 @@
export GPG_TTY=$(tty)
gpg-agent --daemon --enable-ssh-support \
--write-env-file "${HOME}/.gpg-agent-info"
eval $(ssh-agent -s)
ssh-add $HOME/.ssh/github-personal

16
.gitconfig Normal file
View File

@ -0,0 +1,16 @@
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Andrei Jiroh Eugenio Halili
email = andreijiroh@mafebythepins.tk
signingKey = A30EBE40AD856D88
[commit]
signoff = true
gpgSign = true
[tag]
gpgSign = true
[core]
## For god's sake, use Nano as possible.
## This way, we don't need to install VS Code again
## if we want to edit files.
editor = nano