feat(mise): Add starship prompt utility to the terminal toolbox
This commit is contained in:
+13
-12
@@ -2,18 +2,19 @@
|
|||||||
tools:
|
tools:
|
||||||
toolboxes:
|
toolboxes:
|
||||||
terminal:
|
terminal:
|
||||||
- powerline-go
|
- starship # Fancy prompt
|
||||||
- lsd
|
- powerline-go # Fancy prompt
|
||||||
- bat
|
- lsd # Fancy ls replacement
|
||||||
- ripgrep
|
- bat # Fancy cat replacement
|
||||||
- fd
|
- ripgrep # Fancy grep replacement
|
||||||
- gdu
|
- fd # Fancy find replacement
|
||||||
- bottom
|
- gdu # Fancy du replacement
|
||||||
- dust
|
- bottom # Fancy top replacement
|
||||||
- fzf
|
- dust # Fancy du replacement
|
||||||
- zoxide
|
- fzf # Fuzzy finder
|
||||||
- broot
|
- zoxide # Quickly jump to previouously visited directories
|
||||||
- glow
|
- broot # Navigate easily inside the file system
|
||||||
|
- glow # Render markdown on the CLI
|
||||||
dev-tools:
|
dev-tools:
|
||||||
- lazygit
|
- lazygit
|
||||||
- delta
|
- delta
|
||||||
|
|||||||
Reference in New Issue
Block a user