An open API service indexing awesome lists of open source software.

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

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`