Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.provisionr.io/llms.txt

Use this file to discover all available pages before exploring further.

The Provisionr CLI works great in any terminal, but a well-themed setup makes the experience significantly better—syntax highlighting, git status indicators, and visual clarity all improve your workflow.
This is designed for users that are using a fresh installation of a Terminal. If you have already customized your terminal, you can skip this documentation page. Some instructions will override your existing configuration.We do not provide support for terminal applications on your computer and these are simply getting started tips for popular industry tools.

Quick Reference

Not sure which to pick? Here’s the TL;DR:
If you want…Choose
Fast, modern, just worksGhostty
Maximum customizationiTerm2 with Oh My Zsh
Use the built-in terminalmacOS Terminal with Oh My Zsh or Starship
Best Windows experienceWindows Terminal with Oh My Posh
Zero config, AI intelligence, easyWarp (free account required)

Ghostty

The new hotness from Mitchell Hashimoto (HashiCorp co-founder). GPU-accelerated, native UI, and blazing fast. If you want modern without compromise, start here.
1

Install Ghostty

brew install --cask ghostty
Download the latest release from ghostty.org.
Download the .deb package from the GitHub releases and install:
sudo dpkg -i ghostty_*.deb
pacman -S ghostty
sudo dnf install ghostty
2

Create Your Config

Ghostty uses a simple config file at ~/.config/ghostty/config:
mkdir -p ~/.config/ghostty
touch ~/.config/ghostty/config
3

Pick a Theme

Add a theme to your config file. Ghostty includes many built-in themes:
theme = catppuccin mocha
Popular options:
  • catppuccin mocha — Soft, easy on the eyes
  • dracula — Classic dark theme
  • tokyonight — Vibrant blues and purples
  • gruvbox dark — Warm, retro feel
  • nord — Cool, muted palette
Browse all themes with:
ghostty +list-themes
4

Set Your Font

Ghostty has excellent font rendering. Set your preferred monospace font:
font-family = "SF Mono"
font-size = 14
Popular choices: Menlo, Monaco, Consolas, or any monospace font installed on your system.
5

Preview Your Theme

Run the Provisionr CLI to see your theme in action:
prv

Having Issues?

If colors don’t appear correctly, double-check that you’ve applied the color scheme in your terminal settings and restarted the terminal. Some terminals require a full restart for theme changes to take effect.