https://github.com/android10/doty
Utility to manage personal dotfiles.
https://github.com/android10/doty
Last synced: 11 months ago
JSON representation
Utility to manage personal dotfiles.
- Host: GitHub
- URL: https://github.com/android10/doty
- Owner: android10
- License: apache-2.0
- Created: 2023-04-15T18:36:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T15:27:13.000Z (over 2 years ago)
- Last Synced: 2025-01-12T16:07:25.906Z (12 months ago)
- Language: Rust
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doty (WIP)
A CLI application to manage and handle `.dotfiles`.
## TODOs
- [ ] Documentation via Website/Wiki?
## Ideas
Here are some potential ideas to extend `doty` functionality.
### Plugins (TODO?)
```toml
[plugins]
```
## Special Thanks and References
- [Rust CLI Working Group](https://github.com/rust-cli).
- [Rust CLI Book](https://rust-cli.github.io/book/index.html).