dotfiles
0

Configure Feed

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

vcs

Signed-off-by: Seongmin Lee <git@boltless.me>

author
Seongmin Lee
date (Jul 26, 2026, 8:45 PM +0900) commit 1c9a3276 parent d6d72820 change-id zzpnypvu
+5 -4
-3
git/config
··· 24 24 lg = log --branches --remotes --tags --graph --decorate 25 25 ll = log --branches --remotes --tags --graph --decorate --oneline 26 26 find = !sh -c 'git-repo-search \"$@\" | fzf | awk \"{print \\$NF}\" -- 27 - [http "https://knot.tngl.boltless.dev/"] 28 - sslCAInfo = /Users/boltless/repo/tangled/nix/vm-data/caddy/.local/share/caddy/pki/authorities/local/root.crt 29 - ; sslCAPath = /Users/boltless/repo/tangled/nix/vm-data/caddy/.local/share/caddy/pki/authorities/local/ 30 27 [filter "lfs"] 31 28 smudge = git-lfs smudge -- %f 32 29 process = git-lfs filter-process
+3 -1
git/ignore
··· 1 + # vim:ft=gitignore 2 + 1 3 .DS_Store 2 4 note 3 5 neorg.log 4 6 /.opencode 5 7 /.nvim.lua 6 8 7 - # vim:ft=gitignore 9 + **/.claude/settings.local.json
+2
jj/config.toml
··· 65 65 'default()' = "@ | ancestors(immutable_heads().., 2) | trunk()" 66 66 'show(x)' = "@ | ancestors(..(x::) ~ immutable(), 2) | trunk()" 67 67 'mega_merge()' = "ancestors(..(MM::) ~ immutable(), 2)" 68 + # 'immutable_heads()' = "heads(~mine())" 69 + 'immutable_heads()' = "builtin_immutable_heads() ~ mine()" 68 70 69 71 [templates] 70 72 draft_commit_description = '''