mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 04:46:49 +00:00
* fix(test): ensure bats file list uses xargs * docs(readme): use yarn for testing instructions * fix(test): ensure pipelines fail properly * docs(alias): fix table header --------- Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
27 lines
477 B
Markdown
27 lines
477 B
Markdown
# dfm
|
||
|
||
Dotfiles manager and installation helper. Provides wrappers for many
|
||
setup tasks defined in this repository.
|
||
|
||
## Usage
|
||
|
||
```bash
|
||
dfm <command> [options]
|
||
```
|
||
|
||
Common commands include:
|
||
|
||
- `install` – install tools or run platform specific setup
|
||
- `brew` – manage Homebrew packages
|
||
- `docs` – regenerate markdown documentation
|
||
|
||
Set `VERBOSE=1` to see debug output.
|
||
|
||
### Example
|
||
|
||
```bash
|
||
dfm install all
|
||
```
|
||
|
||
<!-- vim: set ft=markdown spell spelllang=en_us cc=80 : -->
|