Commit graph

6 commits

Author SHA1 Message Date
e1e3395433 Change global default branch in git 2025-02-17 10:44:31 -08:00
66281f7f75 Drop the explicit editor config in .gitconfig
We pretty ironclad specify EDITOR now, don't want
to use vim, and don't trust every box to have hx
on it. We could make this a thing in the git local
but trusting EDITOR is probably best.
2024-03-11 21:55:04 -07:00
a9a94840e9 Big spaces-to-tabs config reflow
Moving to doing tabs in things. No functional changes.
2023-06-05 22:39:21 -07:00
3d9265d0e5 Remove double-define of core.whitespace 2020-06-27 11:41:02 -07:00
a7ee6a8cc5 Massive update to gitconfig, add VISUAL to zshrc
Most of the gitconfig stuff is stolen from other dotfile repos out
there, wherein I perused their gitconfigs, saw things that looked like
good ideas, researched what they actually did, then added them.

Of particular importance is the removal of my gitconfig [user] block
which has been moved to an included local file. This is to get around
the fact that I use this repo for work and personal stuff and don't want
a default with my legal name or online identity in it.
2020-05-09 00:13:19 -07:00
cd67a505db Initial commit and creation of setup script 2020-05-01 19:20:46 -07:00