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

https://github.com/pseudomuto/dfiler

A tool for managing dotfiles and packages for 'nix systems.
https://github.com/pseudomuto/dfiler

Last synced: 4 months ago
JSON representation

A tool for managing dotfiles and packages for 'nix systems.

Awesome Lists containing this project

README

          

# Dfiler

[![CI](https://github.com/pseudomuto/dfiler/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/pseudomuto/dfiler/actions/workflows/ci.yaml)

A tool for managing dotfiles, packages, and settings for 'nix systems. This is very much a WIP.

## Contributing

In order to contribute you'll need bazel installed. The rest should be handled for you.

* View make targets - `make help`
* Run tests - `make test`
* Test a package under ./pkg - `make test/pkg-` (e.g make `test/pkg-cli`)