diff --git a/chezmoi/dot_config/git/config b/chezmoi/dot_config/git/config index 2c52b2c..af81513 100644 --- a/chezmoi/dot_config/git/config +++ b/chezmoi/dot_config/git/config @@ -5,12 +5,22 @@ smu = "submodule update --init --recursive" ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ;}; gi" up = "pull --rebase --autostash" - cleanup = "!git branch --merged | grep -v '\\*\\|master\\|develop' | xargs -n 1 git branch -d" - + cleanup = "!git branch -vv|grep ': gone]'|awk '{print $1}'|xargs git branch -D" [commit] gpgsign = true +[diff] + algorithm = histogram + colorMoved = plain + mnemonicPrefix = true + renames = true + +[fetch] + prune = true + pruneTags = true + all = true + [github] user = "walkah" @@ -26,6 +36,11 @@ [pull] rebase = true +[push] + default = simple + autoSetupRemote = true + followTags = true + [rebase] autoStash = true diff --git a/flake.lock b/flake.lock index 5c7c193..23b4504 100644 --- a/flake.lock +++ b/flake.lock @@ -62,11 +62,11 @@ ] }, "locked": { - "lastModified": 1738878603, - "narHash": "sha256-fmhq8B3MvQLawLbMO+LWLcdC2ftLMmwSk+P29icJ3tE=", + "lastModified": 1742851132, + "narHash": "sha256-8vEcDefstheV1whup+5fSpZu4g9Jr7WpYzOBKAMSHn4=", "owner": "nix-community", "repo": "home-manager", - "rev": "433799271274c9f2ab520a49527ebfe2992dcfbd", + "rev": "c4d5d72805d14ea43c140eeb70401bf84c0f11b4", "type": "github" }, "original": { @@ -77,11 +77,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1738797219, - "narHash": "sha256-KRwX9Z1XavpgeSDVM/THdFd6uH8rNm/6R+7kIbGa+2s=", + "lastModified": 1742800061, + "narHash": "sha256-oDJGK1UMArK52vcW9S5S2apeec4rbfNELgc50LqiPNs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1da52dd49a127ad74486b135898da2cef8c62665", + "rev": "1750f3c1c89488e2ffdd47cab9d05454dddfb734", "type": "github" }, "original": { @@ -100,11 +100,11 @@ ] }, "locked": { - "lastModified": 1737465171, - "narHash": "sha256-R10v2hoJRLq8jcL4syVFag7nIGE7m13qO48wRIukWNg=", + "lastModified": 1742649964, + "narHash": "sha256-DwOTp7nvfi8mRfuL1escHDXabVXFGT1VlPD1JHrtrco=", "owner": "cachix", "repo": "pre-commit-hooks.nix", - "rev": "9364dc02281ce2d37a1f55b6e51f7c0f65a75f17", + "rev": "dcf5072734cb576d2b0c59b2ac44f5050b5eac82", "type": "github" }, "original": {