this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

git config stuff

+15 -4
+3 -3
darwin/flake.lock
··· 105 105 }, 106 106 "nixpkgs": { 107 107 "locked": { 108 - "lastModified": 1740162160, 109 - "narHash": "sha256-SSYxFhqCOb3aiPb6MmN68yEzBIltfom8IgRz7phHscM=", 108 + "lastModified": 1740452387, 109 + "narHash": "sha256-11VBDeztaVqa6MM9a40gYuyPuGh/HNN96xkvWk1wMK4=", 110 110 "owner": "NixOS", 111 111 "repo": "nixpkgs", 112 - "rev": "11415c7ae8539d6292f2928317ee7a8410b28bb9", 112 + "rev": "539602312ce22875de2f79c39f7268b3fb9aeb77", 113 113 "type": "github" 114 114 }, 115 115 "original": {
+12 -1
dotfiles/.gitconfig
··· 1 1 [user] 2 2 name = Cameron Taylor 3 3 email = cameron.taylor.ninja@gmail.com 4 + [column] 5 + ui = auto 6 + [tag] 7 + sort = version:refname 4 8 [pull] 5 9 rebase = merges 6 10 [submodule] ··· 22 26 autoCorrect = 10 23 27 [merge] 24 28 conflictstyle = zdiff3 29 + [commit] 30 + verbose = true 25 31 [diff] 26 32 algorithm = histogram 27 33 submodule = log 28 - colorMoved = default 34 + colorMoved = true 35 + mnemonicPrefix = true 36 + renames = true 29 37 [status] 30 38 submoduleSummary = true 31 39 [fetch] 32 40 prune = true 33 41 prunetags = true 42 + all = true 34 43 parallel = 0 35 44 [core] 36 45 excludesfile = /Users/mofin/.gitignore ··· 54 63 autoSquash = true 55 64 missingCommitsCheck = error 56 65 updateRefs = true 66 + autoStash = true 57 67 [rerere] 58 68 enabled = true 69 + autoupdate = true 59 70 [blame] 60 71 ignoreRevsFile = 61 72 [url "git@github.com:"]