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.
The new hotness from Mitchell Hashimoto (HashiCorp co-founder). GPU-accelerated, native UI, and blazing fast. If you want modern without compromise, start here.
Download a .itermcolors file (try Dracula, Catppuccin, or Tokyo Night)
Open Settings → Profiles → Colors
Click Color Presets… → Import…
Select your downloaded file, then choose it from the presets dropdown
3
Set Your Font
Choose your preferred monospace font:Settings → Profiles → Text → FontPopular choices: SF Mono, Menlo, Monaco, or any monospace font installed on your system.
4
Install Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Oh My Zsh comes with great themes out of the box. The default robbyrussell theme works well, or try agnoster, bira, or clean by editing ~/.zshrc:
ZSH_THEME="agnoster"
5
Preview Your Theme
Run the Provisionr CLI to see your theme in action:
The fastest path to a beautiful terminal. Warp is a modern, Rust-based terminal with themes and features built in—minimal configuration required.
1
Download Warp
Visit warp.dev and download the installer for your platform.
Warp is available for macOS, Linux, and Windows. Warp requires creating an account (free tier available).
2
Install and Launch
Run the installer and open Warp. You’ll be prompted to create an account or sign in.
3
Pick a Theme and Font
Open Settings (⌘ + , on macOS, Ctrl + , on Windows/Linux) → AppearanceUnder Themes, popular choices that work well with CLI output:
Dracula
One Dark
Tokyo Night
Catppuccin Mocha
Under Text, choose your preferred monospace font from those installed on your system.
4
Preview Your Theme
Run the Provisionr CLI to see your theme in action:
prv
Warp includes modern features out of the box:
Command completion and suggestions
Searchable command history
Block-based output (select and copy specific command results)
Warp works seamlessly with Zsh, Bash, and Fish. Your existing shell configuration is preserved.
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.