Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.21 KB

File metadata and controls

36 lines (26 loc) · 1.21 KB

dotty

Utilities for a terminal-driven workflow and dotfiles.

Synopsis

dotty manages the moving parts of a terminal-centric machine setup: system profiles that travel across machines, the Homebrew Brewfile that keeps installs reproducible, named aliases for hardware security keys, and SSH signing keys that live on those keys (including git commit signing).

Examples

  dotty profile new --name=work
  dotty brewfile add --cask ghostty
  dotty security-key add --name=primary
  dotty signing-key new

Options

  -h, --help             help for dotty
      --profile string   profile to operate on (defaults to the active profile)

SEE ALSO