This repository has no description
0

Configure Feed

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

✨ : use read instead of sleep

Julien WITTOUCK (Jun 18, 2026, 3:34 PM +0200) 44b2c218 ea82489f

+4 -3
+4 -3
demo/06-chezmoi/demo.sh
··· 7 7 set -l n (set_color normal) 8 8 9 9 gum style --foreground "$s" --border double --padding "1 2" --margin "1" "Chezmoi — Gérer ses dotfiles" 10 - gum spin --spinner.foreground "$s" --spinner dot --title " " sleep 3 10 + gum spin --spinner.foreground "$s" --spinner dot --title " " -- fish -c read 11 11 12 12 echo "$g❯$b chezmoi list$n" 13 - chezmoi list 14 - gum spin --spinner.foreground "$s" --spinner dot --title " " sleep 3 13 + gum spin --spinner.foreground "$s" --spinner dot --title " " -- fish -c read 14 + chezmoi list | batcat -p 15 + gum spin --spinner.foreground "$s" --spinner dot --title " " -- fish -c read 15 16 16 17 echo 17 18 echo "$g❯$b ls -la ~/.local/share/chezmoi/$n"