Skip to content

kubakl/dotman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command line tool for managing dotfiles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages