this repo has no description
0
fork

Configure Feed

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

node and jj crap

+3 -3
+2 -1
darwin/darwin.nix
··· 56 56 "qt@5" 57 57 "railway" 58 58 "sdl2" 59 - "sapling" 60 59 "sevenzip" 61 60 "spicetify-cli" 62 61 "starship" ··· 69 68 "zola" 70 69 "zsh-autosuggestions" 71 70 "fd" 71 + "jj" 72 + "node" 72 73 "git-cliff" 73 74 ]; 74 75 casks = [
-1
darwin/flake.nix
··· 39 39 pkgs.bat 40 40 pkgs.htop 41 41 pkgs.difftastic 42 - pkgs.jujutsu 43 42 pkgs.rustup 44 43 pkgs.xcodes 45 44 ];
+1 -1
dotfiles/.gitconfig
··· 4 4 [pull] 5 5 rebase = merges 6 6 [submodule] 7 - recurse = true 7 + recurse = false 8 8 [credential "https://github.com"] 9 9 helper = 10 10 helper = !/opt/homebrew/bin/gh auth git-credential