Dotman is a simple, CLI based dotfiles manager. It automates symlinking config files from one location like a git repo to the appropriate places like XDG_CONFIG_DIR or your home directory
If you're looking for my dotfiles, check out the repo here
Clone and link in one command using the default repo directory (~/code/dotfiles):
dotman deploy --repo https://github.com/you/dotfiles.gitIf the repo already exists at ~/code/dotfiles, you can run:
dotman deployYou can override the default location:
dotman deploy --repo https://github.com/you/dotfiles.git --repo-dir ~/src/dotfilesThe default config path is REPO_PATH/dotman.toml. Override it with --config-file.