dfm is a cli for managing your dotfiles. It's heavily influence by the spectacular rcm
tool, but is os agnostic and written in Go. It's also a single binary.
Commands:
dfm init
- intitialise a new dotfiles directorydfm ls
- list files managed by dfmdfm add
- convert a file into a dotfile managed by dfmdfm sync
- synchronise a dofile folderdfm rm
- remove a symlinkdfm help
- list the help instructions
Compile
make compile