A command line tool for managing dotfiles. It allows you to easily control all of your dotfiles using only few simple commands.
git clone https://github.com/kubakl/dotman
cd dotman
sudo make install
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