This repository has no description
0

Configure Feed

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

✨ : add chezmoi slides & demo

Julien WITTOUCK (Jun 18, 2026, 8:06 AM +0200) 474640e5 699337d1

+24
+18
demo/06-chezmoi/demo.sh
··· 1 + #!/usr/bin/env fish 2 + mise env -s fish | source 3 + 4 + set -l g (set_color a6d189) 5 + set -l b (set_color 8caaee) 6 + set -l s '#8caaee' 7 + set -l n (set_color normal) 8 + 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 11 + 12 + echo "$g❯$b chezmoi list$n" 13 + chezmoi list 14 + gum spin --spinner.foreground "$s" --spinner dot --title " " sleep 3 15 + 16 + echo 17 + echo "$g❯$b ls -la ~/.local/share/chezmoi/$n" 18 + ls -la ~/.local/share/chezmoi/
+6
pimp-my-shell.md
··· 103 103 cargo run -q --manifest-path big-text/Cargo.toml -- -q "Chezmoi" 2>/dev/null 104 104 ``` 105 105 106 + # 🐚 Mon shell synchronise sa configuration 107 + 108 + * **chezmoi** : gestion des **dotfiles** (_aka_ `$HOME/.truc`) 109 + * synchronisation git 110 + * chiffrement avec **age** ou **gpg** pour les secrets 111 + 106 112 <!-- end_slide --> 107 113 108 114 ```bash +exec_replace