This repository has no description
0

Configure Feed

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

✨ : add presentation skeletton

Julien WITTOUCK (Jun 14, 2026, 7:45 PM +0200) 92c5632a 7bd41df3

+85
+85
pimp-my-shell.md
··· 1 + --- 2 + title: Pimp My Shell 3 + sub_title: "Tech'Work Lyon 2026" 4 + author: Julien Wittouck - @Codekaio 5 + theme: 6 + override: 7 + code: 8 + alignment: center 9 + minimum_size: 50 10 + minimum_margin: 11 + fixed: 0 12 + padding: 13 + horizontal: 1 14 + vertical: 1 15 + footer: 16 + style: template 17 + left: "{title}" 18 + center: "{author}" 19 + right: "{current_slide} / {total_slides}" 20 + --- 21 + 22 + ```bash +exec_replace 23 + cargo run -q --manifest-path big-text/Cargo.toml -- -q "Pimp My Shell" 2>/dev/null 24 + ``` 25 + 26 + <!-- end_slide --> 27 + 28 + ```bash +exec_replace 29 + cargo run -q --manifest-path big-text/Cargo.toml -- -q "Ghostty" 2>/dev/null 30 + ``` 31 + 32 + ![image:width:50%](ghostty.png) 33 + 34 + <!-- end_slide --> 35 + 36 + # ma conf Ghostty 37 + 38 + ```bash +exec 39 + cat ~/.config/ghostty/config.ghostty 40 + ``` 41 + 42 + <!-- end_slide --> 43 + 44 + ```bash +exec_replace 45 + cargo run -q --manifest-path big-text/Cargo.toml -- -q "Splashboard" 2>/dev/null 46 + ``` 47 + 48 + <!-- end_slide --> 49 + 50 + ```bash +exec_replace 51 + cargo run -q --manifest-path big-text/Cargo.toml -- -q "Starship" 2>/dev/null 52 + ``` 53 + 54 + ![image:width:50%](starship.png) 55 + 56 + <!-- end_slide --> 57 + 58 + ```bash +exec_replace 59 + cargo run -q --manifest-path big-text/Cargo.toml -- -q "Mise et fnox" 2>/dev/null 60 + ``` 61 + 62 + <!-- end_slide --> 63 + 64 + ```bash +exec_replace 65 + cargo run -q --manifest-path big-text/Cargo.toml -- -q "Chezmoi" 2>/dev/null 66 + ``` 67 + 68 + <!-- end_slide --> 69 + 70 + ```bash +exec_replace 71 + cargo run -q --manifest-path big-text/Cargo.toml -- -q "Des paillettes" 2>/dev/null 72 + ``` 73 + 74 + ![image:width:50%](gum.png) 75 + 76 + <!-- end_slide --> 77 + 78 + ```bash +exec_replace 79 + cargo run -q --manifest-path big-text/Cargo.toml -- -q "Merci" 2>/dev/null 80 + ``` 81 + 82 + ![image:width:50%](qrcode.png) 83 + 84 + Laissez moi un feedback ! 85 +