refractor

This commit is contained in:
js0ny 2025-10-29 23:27:12 +00:00
parent fbe299a28c
commit 4842ca3540
23 changed files with 92 additions and 70 deletions

View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
if command -v yazi > /dev/null 2>&1; then
ya pkg add llanosrocas/yaziline
ya pkg add yazi-rs/plugins:git
ya pkg add Rolv-Apneseth/starship
fi
exit 0