Skip to main content
Back to portfolio

Development

Updated May 2026

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

1

Fastfetch

System information tool written in C (faster neofetch).

2

zsh-autosuggestions

Fish-like autosuggestions for Zsh based on history.

3

zsh-syntax-highlighting

Syntax highlighting for Zsh in the interactive terminal.

4

fzf

A general-purpose command-line fuzzy finder.

5

bat

A cat clone with syntax highlighting and Git integration.

6

eza

A modern, maintained replacement for ls.

7

zoxide

A smarter cd command that remembers your directories.

8

NVM

Node Version Manager to quickly switch Node.js versions.

You are the visitor