From 94969e12febc4b80e129aac707dca02f187a22c0 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Thu, 16 Jul 2026 19:08:41 +0200 Subject: [PATCH] feat(mise): Add starship prompt utility to the terminal toolbox --- .chezmoidata/tools.yaml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.chezmoidata/tools.yaml b/.chezmoidata/tools.yaml index f67c8a7..6db8b52 100644 --- a/.chezmoidata/tools.yaml +++ b/.chezmoidata/tools.yaml @@ -2,18 +2,19 @@ tools: toolboxes: terminal: - - powerline-go - - lsd - - bat - - ripgrep - - fd - - gdu - - bottom - - dust - - fzf - - zoxide - - broot - - glow + - starship # Fancy prompt + - powerline-go # Fancy prompt + - lsd # Fancy ls replacement + - bat # Fancy cat replacement + - ripgrep # Fancy grep replacement + - fd # Fancy find replacement + - gdu # Fancy du replacement + - bottom # Fancy top replacement + - dust # Fancy du replacement + - fzf # Fuzzy finder + - zoxide # Quickly jump to previouously visited directories + - broot # Navigate easily inside the file system + - glow # Render markdown on the CLI dev-tools: - lazygit - delta