Inspired by: https://github.com/Arakiss/ghostty-warp
What’s included:
config– active Ghostty config (Catppuccin Mocha + Fira Code, keybindings).themes/catppuccin-mocha.conf– theme reference.fonts/fira-code.conf– font settings reference.Brewfile– shell tooling (fzf/fd, zsh plugins, zoxide, atuin, starship, a few CLI niceties).
- install ghostty macos installation
- clone the repo into your congif
git clone git@github.com:AlexisZankowitch/ghostty-warp.git ~/.config/ghostty - Install shell tools (optional but expected):
brew bundle --file=Brewfile - Start Ghostty from your application
- zsh-autosuggestions: Fish-like autosuggestions in zsh as you type.
- zsh-syntax-highlighting: Colors zsh commands to catch mistakes early.
- fzf: Fast fuzzy finder for files, history, and more.
- fd: Faster, simpler
findused by fzf bindings. - zoxide: Smart directory jumper powered by frecency.
- atuin: Syncable, searchable shell history.
- starship: Cross-shell prompt that shows git/status info quickly.
- ripgrep: Fast recursive search with sane defaults.
- bat:
catwith syntax highlighting and paging. - eza: Modern
lswith git/status, icons, and tree views. - tldr: Concise community-maintained cheatsheets for commands.
- jq: CLI JSON processor for querying and shaping data.
- font-fira-code-nerd-font: Fira Code with Nerd Font glyphs for prompt/icons.
- Quick usage? Run
tldr <tool>for a one-page refresher.
See zshrc-notes.md for the small block to add to your ~/.zshrc if you want the shell tooling enabled.
If config is ever lost, copy it back into ~/.config/ghostty and restart Ghostty.