add misc files

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2024-06-07 18:22:27 +05:30
parent 1d390a94bd
commit 5b32b3e5d7
3 changed files with 60 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
[init]
templateDir = /home/avinal/.git-template
[rh-pre-commit]
checkSecrets = true
enableLocalConfig = false
[user]
signingkey = F09D2CF3B880806C
email = avinal.xlvii@gmail.com
name = Avinal Kumar
[commit]
gpgsign = true
[gpg]
program = gpg
[credential]
helper = store
[core]
editor = nvim
[rh-pre-commit "commit-msg"]
signOff = true
[sendemail]
smtpServer = smtp.gmail.com
smtpEncryption = tls
smtpServerPort = 587
confirm = always
suppresscc = self
smtpUser = avinal.xlvii@gmail.com
from = "Avinal Kumar <avinal.xlvii@gmail.com>"
cc = "Avinal Kumar <avinal.xlvii@gmail.com>"
+28
View File
@@ -0,0 +1,28 @@
# Comments and blank lines are allowed.
RCS
.+,v
CVS
\.\#.+ # CVS conflict files / emacs lock files
\.cvsignore
\.svn
_darcs
\.hg
\.git
\.gitignore
\.gitmodules
.+~ # emacs backup files
\#.*\# # emacs autosave files
^/README.*
^/LICENSE.*
^/COPYING
# Ignore secrets
.wakatime.cfg
logid
bootstrap
+3
View File
@@ -0,0 +1,3 @@
## My dotfiles
Just my dotfiles, managed using GNU Stow.