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.