dotfiles
0

Configure Feed

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

lazy

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

author
Seongmin Lee
date (Jul 26, 2026, 7:04 PM +0900) commit d6d72820 parent 2535cff2 change-id xzxyzqzx
+10 -4
+6 -2
git/config
··· 1 + # vim:ft=gitconfig 1 2 [init] 2 3 defaultBranch = main 3 4 [user] ··· 26 27 [http "https://knot.tngl.boltless.dev/"] 27 28 sslCAInfo = /Users/boltless/repo/tangled/nix/vm-data/caddy/.local/share/caddy/pki/authorities/local/root.crt 28 29 ; sslCAPath = /Users/boltless/repo/tangled/nix/vm-data/caddy/.local/share/caddy/pki/authorities/local/ 29 - 30 - # vim:ft=gitconfig 30 + [filter "lfs"] 31 + smudge = git-lfs smudge -- %f 32 + process = git-lfs filter-process 33 + required = true 34 + clean = git-lfs clean -- %f
+1
git/ignore
··· 2 2 note 3 3 neorg.log 4 4 /.opencode 5 + /.nvim.lua 5 6 6 7 # vim:ft=gitignore
+3 -2
zsh/.zshrc
··· 2 2 3 3 bindkey -e 4 4 5 - alias ll="ls -l" 6 - alias la="ls -lA" 5 + alias ll="ls -lh" 6 + alias la="ls -lAh" 7 7 alias gs="git status" 8 8 alias ta="tmux attach" 9 9 alias nn="NVIM_APPNAME=nativevim nvim" 10 10 alias nd="nix develop -c zsh -l" 11 11 alias zj="zellij" 12 12 alias k="kubectl" 13 + alias showpath="echo $PATH | sed 's/\:/\n/g'" 13 14 14 15 ## Custom prompt 15 16 setopt prompt_subst