diff --git a/data/gitconfig b/data/gitconfig index 50b2b31..d7d16bf 100644 --- a/data/gitconfig +++ b/data/gitconfig @@ -6,3 +6,35 @@ [init] defaultBranch = main +[color] + ui = "auto" + +[core] + autocrlf = "input" + excludesfile = "~/.gitignore" + pager = "delta" + +[delta] + light = false + navigate = true + +[diff] + colorMoved = "default" + +[fetch] + prune = true + +[interactive] + diffFilter = "delta --color-only" + +[merge] + conflictstyle = "diff3" + ff = "only" + +[push] + default = "current" + +[rebase] + autosquash = true + + diff --git a/home-configuration.scm b/home-configuration.scm index 8913153..3570b98 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -32,6 +32,7 @@ firefox git ripgrep + git-delta ncurses ))