1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 19:30:40 +00:00

update doc

This commit is contained in:
deadc0de6
2022-06-03 14:45:49 +02:00
parent 910482f8c8
commit ec135464ed
2 changed files with 18 additions and 13 deletions

View File

@@ -100,7 +100,7 @@ Dotdrop is available on:
# Getting started
[Create a new repository](https://dotdrop.readthedocs.io/en/latest/repository-setup/)
[Create a new repository](https://dotdrop.readthedocs.io/en/latest/getting-started/#repository-setup)
to store your dotfiles with dotdrop. *Init* or *clone* that new repository and
[install dotdrop](https://dotdrop.readthedocs.io/en/latest/installation).
@@ -150,7 +150,7 @@ profiles:
- d_polybar
```
For a description of the different fields and their use,
see the [config doc](https://dotdrop.readthedocs.io/en/latest/config-format/).
see the [config doc](https://dotdrop.readthedocs.io/en/latest/config-config/).
Commit and push your changes with git.
@@ -198,7 +198,7 @@ font2 = "unifont:size=6;0"
You also want to have the correct interface set on the wireless network in
the Polybar config.
Add a [variable](https://dotdrop.readthedocs.io/en/latest/config/#variables)
Add a [variable](https://dotdrop.readthedocs.io/en/latest/config-variables/)
to the config file (In the below example, *home* gets the default `wlan0` value for
the variable `wifi` while *office* gets `wlp2s0`):
```yaml
@@ -286,10 +286,10 @@ That's it, a single repository with all your dotfiles for your different hosts.
For more, see the [docs](https://dotdrop.readthedocs.io):
* [Create actions](https://dotdrop.readthedocs.io/en/latest/config-details/#entry-actions)
* [Use transformations](https://dotdrop.readthedocs.io/en/latest/config-details/#entry-transformations)
* [Use variables](https://dotdrop.readthedocs.io/en/latest/config/#variables)
* [Symlink dotfiles](https://dotdrop.readthedocs.io/en/latest/config/#symlink-dotfiles)
* [Create actions](https://dotdrop.readthedocs.io/en/latest/config-actions)
* [Use transformations](https://dotdrop.readthedocs.io/en/latest/config-transformations)
* [Use variables](https://dotdrop.readthedocs.io/en/latest/config-variables)
* [Symlink dotfiles](https://dotdrop.readthedocs.io/en/latest/howto/symlink-dotfiles)
* [and more](https://dotdrop.readthedocs.io/en/latest/howto/howto/)
# Documentation