Installation
Dotman is built with Nim and can be installed via several methods.
Install the binary (fastest method)
curl -fsSL gabrielcapilla.github.io/install | bash -s dotman
Install via Nimble
Requirements: Nim 2.2.6 or later
nimble install https://github.com/gabrielcapilla/dotman.git@#head
Install from Source
Clone the repository and build the binary:
git clone https://github.com/gabrielcapilla/dotman.git cd dotman nimble build nimble install