Switch to home manager and move off of ohmyzsh

This commit is contained in:
2024-12-03 20:55:46 -08:00
parent e73044a1ca
commit afcb55d5c4
14 changed files with 277 additions and 152 deletions

12
git/gitconfig Normal file
View File

@@ -0,0 +1,12 @@
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
name = Stephen Parkinson
email = smp827@gmail.com
[core]
excludesfile = ~/.gitignore_global
[pull]
rebase = false