summaryrefslogtreecommitdiff
path: root/.gitconfig
AgeCommit message (Collapse)Author
2023-03-30Fix sum method to be defaultBranch agnosticSteph Enders
2023-03-30Update gitconfig with work settings and extensionsSteph Enders
Allow more computer specific gitconfig extensions with: `~/.pc_local_gitconfig` this can override specific settings like email and also setup `includeIf` blocks for specific directories
2023-03-30Fix gitconfig ignore path - cannot resolve $HOMESteph Enders
Some stupid reason I was thinking "oh $HOME is more universal" ... IDK why I thought that would make sense versuses using ~/ which is like... ugh... don't program while sleepy kids.
2023-03-29Migrate dotfiles to new setup using stowSteph Enders
I've copied the preliminary list of configurations over from the old repo as well as some probably unnecessary globablly, local files (oversteer) - but I mean it REALLY cannot hurt to have a simple .ini file on a computer. But I may look into having PC branches that are rebased off of master, but it may make merging harder? so IDK. Risky. Anyway. The README.org committed has all you need to know. But for posterity the reason I am using org-mode files for the README is I am seeing how test driving emacs goes. Very easily can swap this over to a markdown file. Just figure - why not.