Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 617 Bytes

README.md

File metadata and controls

31 lines (30 loc) · 617 Bytes

Dotman

Description

A command line tool for managing dotfiles. It allows you to easily control all of your dotfiles using only few simple commands.

Installation

git clone https://github.com/kubakl/dotman
cd dotman
sudo make install

Usage

Adding a new dotfile:

dotman add ~/.config/nvim/init.vim NVIM

Showing all your dotfiles:

dotman show 

[
  {
    Dotfile's name: NVIM
    Original path: /home/kuba/.config/nvim/init.vim
    Dotfile's path: /home/kuba/.dotfiles/init.vim
    Creation date: 13/11/2021 19:59
  }
]

Removing a dotfile:

dotman remove NVIM