Development
Terminal
The command line is where I spend half my day. Here is my complete terminal architecture, designed for maximum speed, aesthetics, and productivity.
Core Stack
Terminal Emulator
Ghostty
Shell
Zsh (Z shell)
Prompt
Starship
Multiplexer
Tmux
Font
JetBrains Mono Nerd Font
Theme
Tokyo Night
Why Ghostty?
I recently switched to Ghostty. It is a wildly fast, native, GPU-accelerated terminal emulator written in Zig. It has incredible font rendering, native macOS integration, and zero noticeable input latency. Combined with a Nerd Font, it creates a gorgeous command-line experience.
CLI Utilities
Fastfetch
System information tool written in C (faster neofetch).
zsh-autosuggestions
Fish-like autosuggestions for Zsh based on history.
zsh-syntax-highlighting
Syntax highlighting for Zsh in the interactive terminal.
fzf
A general-purpose command-line fuzzy finder.
bat
A cat clone with syntax highlighting and Git integration.
eza
A modern, maintained replacement for ls.
zoxide
A smarter cd command that remembers your directories.
NVM
Node Version Manager to quickly switch Node.js versions.
You are the visitor