summary refs log tree commit diff
path: root/.config/git/config
blob: 207e483e867a15ef9565fda601adad8df594f308 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[user]
	name = June McEnroe
	email = programble@gmail.com
[commit]
	gpgSign = true
[rebase]
	autosquash = true
[pretty]
	log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an>
[include]
	path = ./override
021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe 2021-02-06Add xterm output to schemeJune McEnroe