Skip to content

Commit

Permalink
update: git config
Browse files Browse the repository at this point in the history
  • Loading branch information
milogert committed Mar 6, 2024
1 parent 33b5f39 commit 4be7b5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/_common/home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
imports = [
./bat.nix
./fzf.nix
./git
./git.nix
./lazydocker.nix
/* ./neovim */
./password-store.nix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,19 @@

color.ui = true;
commit.verbose = true;
diff.algorithm = "histogram";
fetch.prune = true;
grep.lineNumber = true;
help.autocorrect = 1;
init.defaultBranch = "main";
interactive.diffFilter = "delta --dark --color-only";
merge.conflictStyle = "zdiff3";
pull.rebase = false;
push.autoSetupRemote = true;
push.default = "upstream";

# url."[email protected]".insteadOf = "https://github.com";

delta = {
features = "decorations";
line-numbers = true;
Expand Down

0 comments on commit 4be7b5c

Please sign in to comment.