dot

dot is a small dotfiles manager which maps declared files (in config) to destination with symlinks. It adds or removes the symlinks based on configuration.

Link to GitHub repository for dot

usage

USAGE:
   dotfiles [global options] command [command options]

COMMANDS:
   link, l    Link all dotfiles declared on .mappings
   remove, r  Remove all managed symlinks
   status, s  Show symlink status
   help, h    Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

IF YOU ARE USING GIT OR ANY OTHER VERSION CONTROL REMEMBER TO IGNORE .state FILE IN YOUR ~/.dotfiles/ DIRECTORY.