Skip to content
otheme

Installation

Pick the installation method that fits your workflow.

Homebrew (macOS and Linux)

brew tap fdarian/tap
brew install fdarian/tap/otheme

Verify the install:

otheme --help

npx (no install required)

Run otheme directly without installing it globally:

npx otheme set vesper

Use dry run first to preview what will change:

npx otheme set vesper --dry-run

Global npm install

npm install -g otheme

Then run from anywhere:

otheme set vesper
otheme --help

Before applying

Use dry run to preview every file otheme would write and every command it would run — without applying anything:

otheme set vesper --dry-run