dotfiles/git/gitconfig
James Patrick 94252d74b9 Added todo_sync script.
This will move/link/create project todo.org to git repo.
2021-02-17 23:45:39 -05:00

12 lines
188 B
Plaintext

[user]
email = james@jpatrick.io
name = James Patrick
[core]
pager = diff-so-fancy | less -FXRi
editor = vim
[github]
user = jamesepatrick
[alias]
root = rev-parse --show-toplevel