dotfiles installer
Usage: dtm <command>
Flags:
-h, --help Show context-sensitive help.
Commands:
install <profile> [flags]
Install dotfiles at $HOME.
clean
Clean dotfiles created at $HOME.
Run "dtm <command> --help" for more information on a command.
sage: dtm install <profile> [flags]
Install dotfiles at $HOME.
Arguments:
<profile> Profile name to be installed (profile name will be matched against
dotfiles structure).
Flags:
-h, --help Show context-sensitive help.
-s, --source="cwd" Path to source directory with dotfiles to be installed
($PWD).
-t, --target="$HOME" Path to target directory where dotfiles will be installed
($HOME).
Usage: dtm clean
Clean dotfiles created at $HOME.
Flags:
-h, --help Show context-sensitive help.
DTM
Simple dotfiles installer, allows to merge and install different dotfiles profiles.