Initial commit

This commit is contained in:
2025-11-04 11:45:38 +01:00
commit 0125833aa1
9 changed files with 563 additions and 0 deletions

8
configs/terminal.zsh Normal file
View File

@@ -0,0 +1,8 @@
antigen bundle zdharma-continuum/fast-syntax-highlighting
antigen bundle Aloxaf/fzf-tab
# Starship prompt
if command -v starship >/dev/null 2>&1; then
export STARSHIP_CONFIG=~/.config/zsh/configs/starship.toml
eval "$(starship init zsh)"
fi