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.
- Host: GitHub
- URL: https://github.com/pseudomuto/dfiler
- Owner: pseudomuto
- License: mit
- Created: 2017-11-03T00:03:22.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T13:12:09.000Z (over 4 years ago)
- Last Synced: 2025-06-21T10:06:25.190Z (12 months ago)
- Language: Starlark
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dfiler
[](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`)