Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbrlsnchs/park
[mirror] Configuration-based dotfiles manager
https://github.com/gbrlsnchs/park
dotfiles dotfiles-manager
Last synced: 2 days ago
JSON representation
[mirror] Configuration-based dotfiles manager
- Host: GitHub
- URL: https://github.com/gbrlsnchs/park
- Owner: gbrlsnchs
- License: mit
- Created: 2021-07-15T15:38:18.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-12-24T16:02:34.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T13:38:05.832Z (3 months ago)
- Topics: dotfiles, dotfiles-manager
- Language: Rust
- Homepage: https://git.sr.ht/~gbrlsnchs/park
- Size: 216 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## park
A configuration-based dotfiles manager able to organize dotfiles by symlinking them according
to a configuration file written in TOML.[![builds.sr.ht status](https://builds.sr.ht/~gbrlsnchs/park/commits/trunk/tests.yml.svg)](https://builds.sr.ht/~gbrlsnchs/park/commits/trunk/tests.yml?)
![park tree preview](./misc/example.png)
### Usage
See `park(1)` and `park(5)`.### Contributing
[Use the mailing list](mailto:~gbrlsnchs/[email protected]) to
- Report issues
- Request new features
- Send patches
- Discuss development in generalIf applicable, a new ticket will be submitted by maintainers to [the issue
tracker](https://todo.sr.ht/~gbrlsnchs/park) in order to track confirmed bugs or new features.### Building and distributing the project
This project is built entirely in Rust. Build it as you wish for local usage, and package it
to your distro of preference in accordance with its policy on how to package Rust projects.> **_NOTE_:** `cargo build` generates shell completions for Bash, ZSH and Fish, which
> are available at `target/completions`, and manpages at `target/doc` (only when
> [`scdoc`](https://git.sr.ht/~sircmpwn/scdoc) is available).