Mehmet's Awesome Dotfiles Explorer

Introduction

Easy way to manage dotfiles!

Today
Today

What is DOTMAN?

Dotman is easy-to-use dotfile manager for your dotfiles, it can generate install scripts and it's integrated with git very well.

Dotman is made by D3r1n and code is hosted on Github.. See full wiki on here.

In this guide we handle this subjects:

  • Installation
  • Managing dotfiles
  • Generating install scripts
  • Commands

Let's get started!

Installation

Installing dotman is as simple as running the following command:

$ curl -L https://git.io/J68cu | bash

or

$ curl https://raw.githubusercontent.com/d3r1n/dotman/master/linux_installer.sh | bash

What this command does is download the latest version of dotman's auto installer and run it. \