Santi020k Themes

Documentation

Getting started

Install the complete Santi020k terminal setup on macOS, then choose the prompt and terminal colors that fit your workflow.

Before you install

  • Use macOS with Zsh as your interactive shell.
  • Install Homebrew and make sure brew is available in your shell.
  • Use a Nerd Font if you want the Powerline prompt symbols.

Install the complete setup

Install the formula, then explicitly apply the managed configuration:

brew install santi020k/tap/santi020k-terminal && santi020k-terminal configure

The installer backs up files it manages, writes configuration to ~/.config/santi020k-terminal, and adds one source line to your existing ~/.zshrc. Start a fresh session when it finishes:

exec zsh

Use the hosted installer

If you prefer the direct setup path, this installs the same Homebrew dependencies and downloads the current configuration:

curl --proto '=https' --tlsv1.2 -fsSL https://theme.santi020k.com/terminal/zsh/install.zsh | zsh

Read the installer source (opens in a new tab) before running it if you want to inspect every operation.

Make it yours