This repository has no description
0

Configure Feed

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

✨ : work on slides

Julien WITTOUCK (Jun 17, 2026, 2:53 PM +0200) e0159c88 9d4e68c3

+21 -8
+21 -8
pimp-my-shell.md
··· 22 22 ```bash +exec_replace 23 23 cargo run -q --manifest-path big-text/Cargo.toml -- -q "Pimp My Shell" 2>/dev/null 24 24 ``` 25 + # Mon shell mérite mieux q'un bash ennuyeux 25 26 26 27 <!-- end_slide --> 27 28 28 29 ```bash +exec_replace 29 30 cargo run -q --manifest-path big-text/Cargo.toml -- -q "Ghostty" 2>/dev/null 30 31 ``` 32 + 33 + # Une stack shell moderne avec Ghostty 34 + 35 + * Un émulateur de terminal performant (GPU) 36 + * Une Nerd Font 37 + * Ligatures : -> , =>, !=, <=, >=, /* */, <> 38 + * Emojis et symboles : 🤩, 🏭⚙️ , 🇫🇷 31 39 32 40 ![image:width:50%](ghostty.png) 33 41 34 42 <!-- end_slide --> 35 43 36 - # ma conf Ghostty 44 + ```bash +exec_replace 45 + cargo run -q --manifest-path big-text/Cargo.toml -- -q "Outils" 2>/dev/null 46 + ``` 47 + 48 + # Des alternatives modernes 37 49 38 - ```bash +exec 39 - cat ~/.config/ghostty/config.ghostty 40 - ``` 50 + * `cat` → **bat --plain** — coloration syntaxique, numéros de lignes 51 + * `ls` → **lsd** — couleurs, icônes par type de fichier 52 + * `cd` → **zoxide** — navigation intelligente par fréquence 53 + * `find` → **fd** — recherche de fichiers rapide et intuitive 41 54 42 55 <!-- end_slide --> 43 56 44 57 ```bash +exec_replace 45 - cargo run -q --manifest-path big-text/Cargo.toml -- -q "Splashboard" 2>/dev/null 58 + cargo run -q --manifest-path big-text/Cargo.toml -- -q "Starship" 2>/dev/null 46 59 ``` 47 60 61 + ![image:width:50%](starship.png) 62 + 48 63 <!-- end_slide --> 49 64 50 65 ```bash +exec_replace 51 - cargo run -q --manifest-path big-text/Cargo.toml -- -q "Starship" 2>/dev/null 66 + cargo run -q --manifest-path big-text/Cargo.toml -- -q "Splashboard" 2>/dev/null 52 67 ``` 53 - 54 - ![image:width:50%](starship.png) 55 68 56 69 <!-- end_slide --> 57 70