initial commit

This commit is contained in:
mr0xb 2026-07-13 15:10:55 -04:00
commit f1374f54c4
46 changed files with 4121 additions and 0 deletions

8
dot_zshrc Normal file
View file

@ -0,0 +1,8 @@
# fzf: fuzzy completion + key bindings (Ctrl-T, Ctrl-R, Alt-C)
if command -v fzf >/dev/null 2>&1; then
eval "$(fzf --zsh)"
fi
eval "$(/home/mr0xb/.local/bin/mise activate zsh)"
# starship prompt
eval "$(starship init zsh)"