From 02dd2db6564b9e3fd1e1582724bbd188f5de7db6 Mon Sep 17 00:00:00 2001 From: xero Date: Sat, 8 Mar 2014 22:08:40 -0500 Subject: add configs for fonts and git, update zshrc and xdefaults --- .gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitconfig (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..2d863d1 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,9 @@ +[user] + name = xero + email = x@xero.nu +[credential] + helper = cache +[alias] + graph = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n" +[color] + ui = auto -- cgit v1.2.1