mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 08:19:17 +00:00
update doc
This commit is contained in:
14
README.md
14
README.md
@@ -100,7 +100,7 @@ Dotdrop is available on:
|
|||||||
|
|
||||||
# Getting started
|
# 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
|
to store your dotfiles with dotdrop. *Init* or *clone* that new repository and
|
||||||
[install dotdrop](https://dotdrop.readthedocs.io/en/latest/installation).
|
[install dotdrop](https://dotdrop.readthedocs.io/en/latest/installation).
|
||||||
|
|
||||||
@@ -150,7 +150,7 @@ profiles:
|
|||||||
- d_polybar
|
- d_polybar
|
||||||
```
|
```
|
||||||
For a description of the different fields and their use,
|
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.
|
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
|
You also want to have the correct interface set on the wireless network in
|
||||||
the Polybar config.
|
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
|
to the config file (In the below example, *home* gets the default `wlan0` value for
|
||||||
the variable `wifi` while *office* gets `wlp2s0`):
|
the variable `wifi` while *office* gets `wlp2s0`):
|
||||||
```yaml
|
```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):
|
For more, see the [docs](https://dotdrop.readthedocs.io):
|
||||||
|
|
||||||
* [Create actions](https://dotdrop.readthedocs.io/en/latest/config-details/#entry-actions)
|
* [Create actions](https://dotdrop.readthedocs.io/en/latest/config-actions)
|
||||||
* [Use transformations](https://dotdrop.readthedocs.io/en/latest/config-details/#entry-transformations)
|
* [Use transformations](https://dotdrop.readthedocs.io/en/latest/config-transformations)
|
||||||
* [Use variables](https://dotdrop.readthedocs.io/en/latest/config/#variables)
|
* [Use variables](https://dotdrop.readthedocs.io/en/latest/config-variables)
|
||||||
* [Symlink dotfiles](https://dotdrop.readthedocs.io/en/latest/config/#symlink-dotfiles)
|
* [Symlink dotfiles](https://dotdrop.readthedocs.io/en/latest/howto/symlink-dotfiles)
|
||||||
* [and more](https://dotdrop.readthedocs.io/en/latest/howto/howto/)
|
* [and more](https://dotdrop.readthedocs.io/en/latest/howto/howto/)
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
* [PyPI](https://pypi.org/project/dotdrop/)
|
* [as a submodule](#as-a-submodule)
|
||||||
* [Homebrew](https://formulae.brew.sh/formula/dotdrop)
|
* [PyPI package](#pypi-package)
|
||||||
* [AUR (stable)](https://aur.archlinux.org/packages/dotdrop/)
|
* [Homebrew package](#homebrew-package)
|
||||||
* [AUR (git version)](https://aur.archlinux.org/packages/dotdrop-git/)
|
* [AUR packages](#aur-packages)
|
||||||
* [Snapcraft](https://snapcraft.io/dotdrop)
|
* [Snap package](#snap-package)
|
||||||
* [Pacstall](https://github.com/pacstall/pacstall-programs/blob/master/packages/dotdrop/dotdrop.pacscript)
|
* [From source](#from-source)
|
||||||
|
* [Pacstall package](https://github.com/pacstall/pacstall-programs/blob/master/packages/dotdrop/dotdrop.pacscript)
|
||||||
|
|
||||||
## As a submodule
|
## As a submodule
|
||||||
|
|
||||||
@@ -114,6 +115,8 @@ automatically update dotdrop back to the latest commit.
|
|||||||
|
|
||||||
## PyPI package
|
## PyPI package
|
||||||
|
|
||||||
|
[PyPI package](https://pypi.org/project/dotdrop/)
|
||||||
|
|
||||||
Install dotdrop:
|
Install dotdrop:
|
||||||
```bash
|
```bash
|
||||||
$ pip3 install dotdrop --user
|
$ pip3 install dotdrop --user
|
||||||
@@ -139,6 +142,8 @@ Then follow the instructions under [PyPI package](#pypi-package).
|
|||||||
|
|
||||||
## Homebrew package
|
## Homebrew package
|
||||||
|
|
||||||
|
[Homebrew package](https://formulae.brew.sh/formula/dotdrop)
|
||||||
|
|
||||||
Install dotdrop from Homebrew with:
|
Install dotdrop from Homebrew with:
|
||||||
```bash
|
```bash
|
||||||
$ brew install dotdrop
|
$ brew install dotdrop
|
||||||
|
|||||||
Reference in New Issue
Block a user