Skip to content

Installation

pip install dotman-git

With pipx (Isolated)

pipx install dotman-git

One-Line Install

pip install dotman-git && dot-man init

Or with pipx:

pipx install dotman-git && dot-man init

From Source

git clone https://github.com/BeshoyEhab/dot-man.git
cd dot-man
pip install -e .

Or with pipx:

git clone https://github.com/BeshoyEhab/dot-man.git
cd dot-man
pipx install -e .

Shell Completions

Shell completions are installed automatically on first run. To install manually:

dot-man completions install

Supports bash, zsh, and fish.

Requirements

  • Python 3.10+
  • Git