From 5b32b3e5d7cf7f4c7a321c2fb56137dc8776bab2 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Fri, 7 Jun 2024 18:22:27 +0530 Subject: [PATCH] add misc files Signed-off-by: Avinal Kumar --- .gitconfig | 29 +++++++++++++++++++++++++++++ .stow-local-ignore | 28 ++++++++++++++++++++++++++++ README.md | 3 +++ 3 files changed, 60 insertions(+) create mode 100644 .gitconfig create mode 100644 .stow-local-ignore create mode 100644 README.md diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..2cb84a2 --- /dev/null +++ b/.gitconfig @@ -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 " + cc = "Avinal Kumar " + diff --git a/.stow-local-ignore b/.stow-local-ignore new file mode 100644 index 0000000..0f905d7 --- /dev/null +++ b/.stow-local-ignore @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..10f8722 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +## My dotfiles + +Just my dotfiles, managed using GNU Stow.