added toc and sr.ht links to readme
This commit is contained in:
parent
93a75aefaf
commit
7eab88de41
1 changed files with 22 additions and 0 deletions
22
README.md
22
README.md
|
@ -1,5 +1,21 @@
|
||||||
# AutoYADM
|
# AutoYADM
|
||||||
|
|
||||||
|
<!--toc:start-->
|
||||||
|
|
||||||
|
- [AutoYADM](#autoyadm)
|
||||||
|
- [Features](#features)
|
||||||
|
- [Installation](#installation)
|
||||||
|
- [Usage](#usage)
|
||||||
|
- [Tracking](#tracking)
|
||||||
|
- [Ignoring Certain Files](#ignoring-certain-files)
|
||||||
|
- [Committing & Pushing](#committing-pushing)
|
||||||
|
- [Calling AutoYADM Automatically](#calling-autoyadm-automatically)
|
||||||
|
- [Contributing](#contributing)
|
||||||
|
|
||||||
|
<!--toc:end-->
|
||||||
|
|
||||||
|
> This is part of Daniel's [utility collection](https://sr.ht/~ficd/utils/).
|
||||||
|
|
||||||
AutoYADM is a small shell utility to automate the process of managing dotfiles
|
AutoYADM is a small shell utility to automate the process of managing dotfiles
|
||||||
with [YADM](https://github.com/yadm-dev/yadm) by allowing the user to define a
|
with [YADM](https://github.com/yadm-dev/yadm) by allowing the user to define a
|
||||||
list of files & directories to be automatically added, committed and pushed
|
list of files & directories to be automatically added, committed and pushed
|
||||||
|
@ -153,3 +169,9 @@ $ crontab -e
|
||||||
$ systemctl enable cronie
|
$ systemctl enable cronie
|
||||||
$ systemctl start cronie
|
$ systemctl start cronie
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
Please submit patches, questions, and discussion points to the
|
||||||
|
[~ficd/utils mailing list](https://lists.sr.ht/~ficd/utils), and consider
|
||||||
|
visiting the [public ticket tracker](https://todo.sr.ht/~ficd/utils).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue