- Single file manager (Portable)
- No config files for dotman (No
.dotrc🤦) - No useless arguments (single command 😎)
- Easy to use
- Extendable ⚒, Available as a Template
- Fewer Dependencies
GitBash>=3
- Change file permissions to be 🏃 executable.
chmod +x dotman.sh- Set alias for dotman (optional). Alternatively modify your
.bash_aliasesfile.
alias $(pwd)/dotman.sh=dotman- Run dotman.
dotman.shJust run dotman anywhere in your terminal 🖖.
dotmanLeave the rest to it.
dotman exports 2 variables in your default shell config (bashrc, zshrc etc):
DOT_DEST: used for finding the location of dotfiles repository in your local system.DOT_REPO: the url to the remote dotfile repo.
You can change these manually if any one of the info changes.

