dotfiles

custom linux config files managed with gnu stow

dotfiles

git/.gitconfig


[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"
	stat = status -sb
	last = log -1 --stat
	unstage = reset HEAD --
	cached = diff --cached
[color]
	ui = auto

Download

raw zip tar