ghostty-docs
Installation
SKILL.md
Ghostty
Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration. It differentiates itself by being fast, feature-rich, and native — without forcing you to choose between the three.
Quick Start
# macOS (Homebrew)
brew install --cask ghostty
# Configuration file location
# macOS: ~/.config/ghostty/config OR ~/Library/Application Support/com.mitchellh.ghostty/config
# Linux: ~/.config/ghostty/config
# Example minimal config
cat > ~/.config/ghostty/config << 'EOF'
theme = Catppuccin Frappe
font-family = JetBrains Mono
font-size = 14
Related skills