|
18 | 18 | **yadm** is a tool for managing [dotfiles][]. |
19 | 19 |
|
20 | 20 | * Based on [Git][], with full range of Git's features |
21 | | -* Supports system-specific alternative files or templated files |
22 | | -* Encryption of private data using [GnuPG][], [OpenSSL][], [transcrypt][], or |
23 | | - [git-crypt][] |
24 | | -* Customizable initialization (bootstrapping) |
25 | | -* Customizable hooks for before and after any operation |
| 21 | +* Supports system-specific [alternative][feature-alternates] files or |
| 22 | + [templated][feature-templates] files |
| 23 | +* [Encryption][feature-encryption] of private data using [GnuPG][], |
| 24 | + [OpenSSL][], [transcrypt][], or [git-crypt][] |
| 25 | +* Customizable initialization ([bootstrapping][feature-bootstrap]) |
| 26 | +* Customizable [hooks][feature-hooks] for before and after any operation |
26 | 27 |
|
27 | 28 | Complete features, usage, examples and installation instructions can be found on |
28 | 29 | the [yadm.io][website-link] website. |
@@ -63,6 +64,11 @@ The star count helps others discover yadm. |
63 | 64 | [develop-commits]: https://github.com/yadm-dev/yadm/commits/develop |
64 | 65 | [develop-date]: https://img.shields.io/github/last-commit/yadm-dev/yadm/develop.svg?label=develop |
65 | 66 | [dotfiles]: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory |
| 67 | +[feature-alternates]: https://yadm.io/docs/alternates |
| 68 | +[feature-bootstrap]: https://yadm.io/docs/bootstrap |
| 69 | +[feature-hooks]: https://yadm.io/docs/hooks |
| 70 | +[feature-encryption]: https://yadm.io/docs/encryption |
| 71 | +[feature-templates]: https://yadm.io/docs/templates |
66 | 72 | [gh-pages-badge]: https://img.shields.io/github/actions/workflow/status/yadm-dev/yadm/test.yml?branch=gh-pages |
67 | 73 | [git-crypt]: https://github.com/AGWA/git-crypt |
68 | 74 | [homebrew-badge]: https://img.shields.io/homebrew/v/yadm.svg |
|
0 commit comments