From 70970857e21869530c15da0dd02118c920731978 Mon Sep 17 00:00:00 2001 From: id101010 Date: Mon, 24 Sep 2018 14:43:09 +0200 Subject: [PATCH] Add gitconfig --- README.md | 2 +- gitconfig | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 gitconfig diff --git a/README.md b/README.md index 524f9d3..cb6bb4f 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ This repository is part of the ansible-archlinux setup. It contains all my perso All content is managed by [rcm](https://robots.thoughtbot.com/rcm-for-rc-files-in-dotfiles-repos). The ansible setup will install this repo to ~/.dotfiles and rcm will take care -of all symlinks. +of all symlinks. To add a new dotfile simply execute `mkrc .$DOTFILE` diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..d1c2fa3 --- /dev/null +++ b/gitconfig @@ -0,0 +1,8 @@ +[user] + email = aaron@duckpond.ch + name = id101010 + signingkey = 348F38C5 +[commit] + gpgsign = true +[alias] + logs = log --show-signature