feat: Home manager git
This commit is contained in:
parent
f4c22e26ea
commit
a10973bcfd
2 changed files with 19 additions and 17 deletions
|
@ -24,7 +24,6 @@
|
|||
tealdeer # tldr, but rusty
|
||||
|
||||
# multiplexers
|
||||
tmux # just for me
|
||||
tmate # here's what I see
|
||||
|
||||
# misc tools
|
||||
|
@ -140,6 +139,25 @@
|
|||
enable = true;
|
||||
userName = "Kyle Brown";
|
||||
userEmail = "kdb424@gmail.com";
|
||||
lfs.enable = true;
|
||||
ignores = [
|
||||
"*~"
|
||||
"*.swp"
|
||||
];
|
||||
extraConfig = {
|
||||
color = {
|
||||
ui = "auto";
|
||||
};
|
||||
push = {
|
||||
autoSetupRemote = true;
|
||||
};
|
||||
pull = {
|
||||
rebase = true;
|
||||
};
|
||||
checkout = {
|
||||
workers = 8;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
16
.gitconfig
16
.gitconfig
|
@ -1,16 +0,0 @@
|
|||
[user]
|
||||
email = kdb424@gmail.com
|
||||
name = Kyle Brown
|
||||
[pull]
|
||||
rebase = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[checkout]
|
||||
workers = 8
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[push]
|
||||
autoSetupRemote = true
|
Loading…
Add table
Reference in a new issue