This repository has no description
0

Configure Feed

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

✨ : update ghostty demo

Julien WITTOUCK (Jun 18, 2026, 8:02 AM +0200) 98b3d1a0 26d14718

+16 -7
+14 -5
demo/01-ghostty/demo.sh
··· 1 - #!/bin/bash 2 - gum style --border double --padding "1 2" --margin "1" "Ma conf pour Ghostty" 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" "Ma conf pour Ghostty" 10 + gum spin --spinner.foreground "$s" --spinner dot --title " " sleep 3 3 11 4 - gum style --foreground 212 "Ligatures JetBrains Mono :" 12 + echo "$g❯$b Ligatures JetBrains Mono :$n" 5 13 gum style --foreground 99 " -> => != <= >= /* */ < > :: |> <|" 6 - echo 14 + gum spin --spinner.foreground "$s" --spinner dot --title " " sleep 3 7 15 8 - gum style --foreground 212 "~/.config/ghostty/config.ghostty :" 16 + echo 17 + echo "$g❯$b cat ~/.config/ghostty/config.ghostty$n" 9 18 batcat -pp -l toml ~/.config/ghostty/config.ghostty
+2 -2
pimp-my-shell.md
··· 30 30 31 31 # 🐚 Mon shell s'exécute dans un terminal moderne 32 32 33 - * Un émulateur de terminal performant (GPU) 34 - * Une Nerd Font **JetBrains Mono** 33 + * Ghostty : émulateur de terminal performant (GPU powaaaaa) 34 + * Nerd Font **JetBrains Mono** 35 35 * Ligatures : -> , =>, !=, <=, >=, /* */, <> 36 36 * Emojis et symboles : 🤩, 🏭⚙️ , 🇫🇷 37 37