Installation
Pick the installation method that fits your workflow.
Homebrew (macOS and Linux)
brew tap fdarian/tap
brew install fdarian/tap/othemeVerify the install:
otheme --helpnpx (no install required)
Run otheme directly without installing it globally:
npx otheme set vesperUse dry run first to preview what will change:
npx otheme set vesper --dry-runGlobal npm install
npm install -g othemeThen run from anywhere:
otheme set vesper
otheme --helpBefore 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