https://github.com/willis7/dfm
Dotfile manager
https://github.com/willis7/dfm
dotfile dotfiles dotfiles-manager go golang
Last synced: about 1 month ago
JSON representation
Dotfile manager
- Host: GitHub
- URL: https://github.com/willis7/dfm
- Owner: willis7
- License: apache-2.0
- Created: 2019-02-20T20:20:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T21:27:16.000Z (over 7 years ago)
- Last Synced: 2025-04-20T18:42:29.703Z (about 1 year ago)
- Topics: dotfile, dotfiles, dotfiles-manager, go, golang
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dfm
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 directory~~
* `dfm ls` - list files managed by dfm
* `dfm add` - convert a file into a dotfile managed by dfm
* `dfm sync` - synchronise a dofile folder
* `dfm rm` - remove a symlink
* `dfm help` - list the help instructions
## Contributing
Compile
* `make compile`