Back
Terminal
Zsh, Starship, Fastfetch, and shell configuration.
Core Stack
- Emulator: Warp. It's a Rust-based, blazingly fast modern terminal with built-in AI, IDE-like text editing, and block-based output.
- Shell: Zsh. Reliable, fast, and incredibly customizable.
- Prompt: Starship. A cross-shell prompt that is minimal, blazing fast, and extremely informative.
CLI Utilities
I replace standard Unix commands with their modern, Rust-based equivalents for better performance and DX:
- zoxide: A smarter
cdcommand that learns your habits. - eza: A modern replacement for
lswith better colors and Git integration. - fzf: A general-purpose command-line fuzzy finder. I use it for everything from finding files to searching bash history.
- bat: A
catclone with syntax highlighting and Git integration.
Terminal Tools
- Claude Code (CLI): My go-to for complex code generation, debugging, and reasoning over the codebase, all without leaving the terminal.
- Antigravity CLI: I used it occasionally but also use it for complex coding tasks and reasoning and other stuff, but currently not using it much.